[cfe-commits] r39629 - /cfe/cfe/trunk/include/clang/AST/Attr.h

Steve Naroff snaroff at apple.com
Wed Jul 11 09:46:25 PDT 2007


Author: snaroff
Date: Wed Jul 11 11:46:25 2007
New Revision: 39629

URL: http://llvm.org/viewvc/llvm-project?rev=39629&view=rev
Log:
Bug #:
Submitted by:
Reviewed by:
Lot's of attribute scaffolding.
Modernized ParseArraySubscriptExpr...call DefaultFunctionArrayConversion (which
simplified the logic considerably) and upgrade Diags to use the range support.

Modified:
    cfe/cfe/trunk/include/clang/AST/Attr.h

Modified: cfe/cfe/trunk/include/clang/AST/Attr.h
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/include/clang/AST/Attr.h?rev=39629&r1=39628&r2=39629&view=diff

==============================================================================
--- cfe/cfe/trunk/include/clang/AST/Attr.h (original)
+++ cfe/cfe/trunk/include/clang/AST/Attr.h Wed Jul 11 11:46:25 2007
@@ -22,6 +22,9 @@
 class IdentifierInfo;
 class Expr;
 
+/// This will contain AST nodes for specific GCC attributes
+/// "Raw" attribute list nodes (created during parsing) are declared
+/// in "clang/Parse/AttributeList.h"
 
 }  // end namespace clang
 }  // end namespace llvm





More information about the cfe-commits mailing list