jdenny added inline comments.

================
Comment at: lib/AST/DeclPrinter.cpp:218
     for (auto *A : Attrs) {
+      if (A->isInherited())
+        continue;
----------------
I implemented inherited attribute suppression in this function with the 
expectation that the test suite would reveal a use case where that's wrong.  
However, the test suite behaved.  If you know of a use case, please let me know.


https://reviews.llvm.org/D45463



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

Reply via email to