erikjv added a comment.

lgtm, but someone else will probably have to review it too.



================
Comment at: lib/Parse/ParseDeclCXX.cpp:3196
   if (Tok.is(tok::colon)) {
+    ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope | 
Scope::ClassInheritanceScope);
+
----------------
InheritanceScope instead of ClassScope? I mean, it's not really the scope of 
the class, that would be inside the class decl.
Also, clang-format this line.


https://reviews.llvm.org/D38618



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to