[PATCH] Represent empty declaration using a new Decl node EmptyDecl and let attribute declarations appertain to EmptyDecl.

Dmitri Gribenko gribozavr at gmail.com
Fri Feb 22 07:00:08 PST 2013



================
Comment at: lib/Sema/SemaDeclCXX.cpp:10088
@@ -10087,2 +10087,3 @@
 
 /// \brief Perform semantic checks on a C++11 attribute-declaration.
+Decl *Sema::ActOnEmptyDeclaration(Scope *S,
----------------
This comment is not accurate now.  Since there's documentation in Sema.h, you could just drop this one.



http://llvm-reviews.chandlerc.com/D448



More information about the cfe-commits mailing list