llvm-project/clang/lib/Parse
Erik Verbruggen ca98f2a63f Allow for annotate attributes after access specifiers. When such
attributes are found, propagate them to subsequent declarations.

llvm-svn: 141861
2011-10-13 09:41:32 +00:00
..
CMakeLists.txt Thread Safety: Patch to implement delayed parsing of attributes within a 2011-09-08 17:42:22 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
ParseAST.cpp Introduce a -cc1 option "-emit-module", that creates a binary module 2011-08-25 22:30:56 +00:00
ParseCXXInlineMethods.cpp Allow for annotate attributes after access specifiers. When such 2011-10-13 09:41:32 +00:00
ParseDecl.cpp Introduce BalancedDelimiterTracker, to better track open/close 2011-10-12 16:37:45 +00:00
ParseDeclCXX.cpp Allow for annotate attributes after access specifiers. When such 2011-10-13 09:41:32 +00:00
ParseExpr.cpp Introduce BalancedDelimiterTracker, to better track open/close 2011-10-12 16:37:45 +00:00
ParseExprCXX.cpp Introduce BalancedDelimiterTracker, to better track open/close 2011-10-12 16:37:45 +00:00
ParseInit.cpp Introduce BalancedDelimiterTracker, to better track open/close 2011-10-12 16:37:45 +00:00
ParseObjc.cpp Introduce BalancedDelimiterTracker, to better track open/close 2011-10-12 16:37:45 +00:00
ParsePragma.cpp OpenCL: disallow '#pragma OPENCL EXTENSION all : enable', per OpenCL 1.1 9.1 2011-10-06 03:00:50 +00:00
ParsePragma.h Recognize gcc's ms_struct pragma (and ignore for now). 2011-04-25 18:49:15 +00:00
ParseStmt.cpp Introduce BalancedDelimiterTracker, to better track open/close 2011-10-12 16:37:45 +00:00
ParseTemplate.cpp Allow for annotate attributes after access specifiers. When such 2011-10-13 09:41:32 +00:00
ParseTentative.cpp Support for C1x _Atomic specifier (see testcase). This is primarily being committed at the moment to help support C++0x <atomic>, but it should be a solid base for implementing the full specification of C1x _Atomic. 2011-10-06 23:00:33 +00:00
Parser.cpp Introduce BalancedDelimiterTracker, to better track open/close 2011-10-12 16:37:45 +00:00
RAIIObjectsForParser.h Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00