llvm-project/clang/lib/Parse
Daniel Dunbar cb82acb884 Parser: Add support for #pragma align, which is just another spelling of #pragma
options align.

llvm-svn: 109952
2010-07-31 19:17:07 +00:00
..
Action.cpp Eliminate the "minimal" and printing parser actions, which only ever 2010-07-26 04:08:02 +00:00
AttributeList.cpp After a lengthy design discussion, add support for "ownership attributes" for malloc/free checking. Patch by Andrew McGregor! 2010-07-31 01:52:11 +00:00
CMakeLists.txt Eliminate the "minimal" and printing parser actions, which only ever 2010-07-26 04:08:02 +00:00
DeclSpec.cpp Fixed typedef inside extern "C". 2010-07-30 16:47:02 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
ParseCXXInlineMethods.cpp Move the "current scope" state from the Parser into Action. This 2010-07-02 17:43:08 +00:00
ParseDecl.cpp Reword the empty struct/union warning in C to note that such structs and unions have size 0 in C, size 1 in C++. Put this warning under -Wc++-compat. 2010-07-29 14:29:34 +00:00
ParseDeclCXX.cpp Fixed typedef inside extern "C". 2010-07-30 16:47:02 +00:00
ParseExpr.cpp The grammar for GNU typeof in C requires an expression to be 2010-07-28 18:22:12 +00:00
ParseExprCXX.cpp Downgrade the "when type is in parentheses, array cannot have dynamic 2010-07-13 15:54:32 +00:00
ParseInit.cpp Move the "current scope" state from the Parser into Action. This 2010-07-02 17:43:08 +00:00
ParseObjc.cpp atch for implementation of objective-c's -Wselector 2010-07-22 18:24:20 +00:00
ParsePragma.cpp Parser: Add support for #pragma align, which is just another spelling of #pragma 2010-07-31 19:17:07 +00:00
ParsePragma.h Parser: Add support for #pragma align, which is just another spelling of #pragma 2010-07-31 19:17:07 +00:00
ParseStmt.cpp Fix PR7673 by allowing an empty clobbers section in an ASM statement. 2010-07-22 07:11:21 +00:00
ParseTemplate.cpp Treat template parameters as part of the declaration-specifiers for the 2010-07-16 08:13:16 +00:00
ParseTentative.cpp When we're performing tentative parsing to determine whether the 2010-07-15 21:05:01 +00:00
Parser.cpp Parser: Add support for #pragma align, which is just another spelling of #pragma 2010-07-31 19:17:07 +00:00
RAIIObjectsForParser.h Make sure parens/braces/brackets are correctly balanced. 2010-06-17 10:52:18 +00:00