llvm-project/clang/lib/Parse
Alexis Hunt 96d5c76498 Added rudimentary C++0x attribute support.
The following attributes are currently supported in C++0x attribute
lists (and in GNU ones as well):
 - align() - semantics believed to be conformant to n3000, except for
   redeclarations and what entities it may apply to
 - final - semantics believed to be conformant to CWG issue 817's proposed
   wording, except for redeclarations
 - noreturn - semantics believed to be conformant to n3000, except for
   redeclarations
 - carries_dependency - currently ignored (this is an optimization hint)

llvm-svn: 89543
2009-11-21 08:43:09 +00:00
..
AttributeList.cpp Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00
CMakeLists.txt Reorder files. 2009-07-21 21:03:50 +00:00
DeclSpec.cpp Improve parsing of template arguments to lay the foundation for 2009-11-10 19:49:08 +00:00
ExtensionRAIIObject.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Makefile Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
MinimalAction.cpp Implement C++ [basic.lookup.classref]p3, which states how the type 2009-11-20 22:03:38 +00:00
ParseCXXInlineMethods.cpp Alter Action's friend interface to prepare for templated friend declarations and 2009-09-11 21:02:39 +00:00
ParseDecl.cpp Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00
ParseDeclCXX.cpp Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00
ParseExpr.cpp Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00
ParseExprCXX.cpp Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00
ParseInit.cpp PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients 2009-10-18 21:17:35 +00:00
ParseObjc.cpp Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00
ParsePragma.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ParsePragma.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ParseStmt.cpp Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00
ParseTemplate.cpp Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00
ParseTentative.cpp Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00
Parser.cpp Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00