[PATCH] D32176: Add #pragma clang attribute support for the external_source_symbol attribute

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 19 08:17:49 PDT 2017


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





More information about the cfe-commits mailing list