echristo added a comment.

This generally works for me modulo the things that Hal has mentioned. You'll 
probably want to add Richard to the review list for the Sema bits as well.

Thanks!



================
Comment at: lib/Sema/SemaDecl.cpp:3214
       if (!isFriend && NewMethod->getLexicalDeclContext()->isRecord() &&
-          !IsClassScopeExplicitSpecialization) {
+          !IsClassScopeExplicitSpecialization ) {
         //    -- Member function declarations with the same name and the
----------------
Extra whitespace.


https://reviews.llvm.org/D38596



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

Reply via email to