[PATCH] Represent empty declaration using a new Decl node EmptyDecl and let attribute declarations appertain to EmptyDecl.
Michael Han
fragmentshaders at gmail.com
Thu Feb 21 21:08:33 PST 2013
Patch updated to address review comments. Thanks!
Hi rsmith,
http://llvm-reviews.chandlerc.com/D448
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D448?vs=1072&id=1073#toc
Files:
tools/libclang/RecursiveASTVisitor.h
lib/Sema/SemaDeclCXX.cpp
lib/AST/DeclBase.cpp
lib/AST/Decl.cpp
lib/AST/DeclPrinter.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CGDecl.cpp
lib/Parse/Parser.cpp
lib/Serialization/ASTCommon.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriterDecl.cpp
test/Parser/cxx0x-attributes.cpp
include/clang/AST/Decl.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/Serialization/ASTBitCodes.h
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/DeclNodes.td
include/clang/Sema/Sema.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D448.2.patch
Type: text/x-patch
Size: 11820 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130221/14e39b68/attachment.bin>
More information about the cfe-commits
mailing list