New issue
Advanced search Search tips

Issue 787875 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Task



Sign in to add a comment

Standardize "overrides" comment.

Project Member Reported by hidehiko@chromium.org, Nov 22 2017

Issue description

Coding style standardization across ARC related code in Chrome repository.

When we have a class A inheriting class B, we often have something like:

class A : public B {
 public:
  ...

  // B overrides:
  void f() override;
  void g() override;
  ...
};

Here, the comment "// B overrides:" part has several variations.
Nice to standardize them.
 
Components: Platform>Apps>ARC
Cc: -lhchavez@chromium.org

Sign in to add a comment