majnemer added inline comments.

================
Comment at: lib/Sema/SemaTemplate.cpp:2355
                                                      Converted, nullptr);
+      if (auto *attr = ClassTemplate->getTemplatedDecl()
+                           ->getAttr<clang::DeprecatedAttr>())
----------------
Please capitalize `Attr`.


================
Comment at: lib/Sema/SemaTemplate.cpp:2356
+      if (auto *attr = ClassTemplate->getTemplatedDecl()
+                           ->getAttr<clang::DeprecatedAttr>())
+        Decl->addAttr(attr->clone(Context));
----------------
I think you can remove the `clang::`


https://reviews.llvm.org/D27486



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

Reply via email to