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

Side by Side Diff: tools/clang/plugins/tests/nested_class_inline_ctor.txt

Issue 10808078: Clang plugin: defer checking of tag decls until after top-level decl fully parsed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/clang/plugins/tests/nested_class_inline_ctor.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 In file included from nested_class_inline_ctor.cpp:5:
2 ./nested_class_inline_ctor.h:15:5: warning: [chromium-style] Complex constructor has an inlined body.
3 Bar() {}
4 ^
5 ./nested_class_inline_ctor.h:16:5: warning: [chromium-style] Complex destructor has an inline body.
6 ~Bar() {}
7 ^
8 2 warnings generated.
OLDNEW
« no previous file with comments | « tools/clang/plugins/tests/nested_class_inline_ctor.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698