[PATCH] D29819: Introduce an 'external_source_symbol' attribute that describes the origin and the nature of a declaration
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 21 16:17:03 PST 2017
arphaman updated this revision to Diff 89298.
arphaman marked 8 inline comments as done.
arphaman added a comment.
I've addressed Aaron's comments and made the language a string literal.
Repository:
rL LLVM
https://reviews.llvm.org/D29819
Files:
include/clang/Basic/Attr.td
include/clang/Basic/AttrDocs.td
include/clang/Basic/DiagnosticCommonKinds.td
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Parse/Parser.h
include/clang/Sema/AttributeList.h
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Parse/Parser.cpp
lib/Sema/SemaDeclAttr.cpp
test/Misc/ast-dump-attr.cpp
test/Parser/attr-external-source-symbol-cxx11.cpp
test/Parser/attr-external-source-symbol.m
test/Sema/attr-external-source-symbol.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29819.89298.patch
Type: text/x-patch
Size: 24409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170222/00da2aa9/attachment-0001.bin>
More information about the cfe-commits
mailing list