arphaman added inline comments.

================
Comment at: lib/Sema/SemaDeclAttr.cpp:5773
+  // Check whether the attribute appertains to the given subject.
+  if (!Attr.diagnoseAppertainsTo(S, D))
+    return true;
----------------
I hoisted it after `diagnoseLangOpts` to keep some tests happy.


Repository:
  rL LLVM

https://reviews.llvm.org/D32176



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

Reply via email to