Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Issue 10828057: clang plugin: Put inner classes bugfix behind a flag. (Closed)

Created:
8 years, 4 months ago by Nico
Modified:
8 years, 4 months ago
Reviewers:
hans, Elliot Glaysher
CC:
chromium-reviews, pam+watch_chromium.org, hans
Visibility:
Public.

Description

clang plugin: Put inner classes bugfix behind a flag. A follow-up to https://chromiumcodereview.appspot.com/10808078 This way, cleaning up existing style issues in inner classes doesn't have to block a clang roll. BUG=139346 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148814

Patch Set 1 #

Patch Set 2 : switch default #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -10 lines) Patch
M tools/clang/plugins/ChromeClassTester.h View 2 chunks +5 lines, -1 line 1 comment Download
M tools/clang/plugins/ChromeClassTester.cpp View 1 chunk +11 lines, -5 lines 0 comments Download
M tools/clang/plugins/FindBadConstructs.cpp View 1 5 chunks +10 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Nico
8 years, 4 months ago (2012-07-27 20:57:55 UTC) #1
Elliot Glaysher
lgtm On Fri, Jul 27, 2012 at 1:57 PM, <thakis@chromium.org> wrote: > Reviewers: Elliot Glaysher, ...
8 years, 4 months ago (2012-07-27 21:09:45 UTC) #2
hans
8 years, 4 months ago (2012-07-27 21:24:32 UTC) #3
lgtm to me too, thanks

https://chromiumcodereview.appspot.com/10828057/diff/3001/tools/clang/plugins...
File tools/clang/plugins/ChromeClassTester.h (right):

https://chromiumcodereview.appspot.com/10828057/diff/3001/tools/clang/plugins...
tools/clang/plugins/ChromeClassTester.h:19: explicit
ChromeClassTester(clang::CompilerInstance& instance,
nit: no need for explicit when it takes two arguments, but i guess this is
temporary, so i guess no big deal

Powered by Google App Engine
This is Rietveld 408576698