clang/Parse
Anders Carlsson b235fc2cf3 Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code?
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44266 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-22 01:36:19 +00:00
..
AttributeList.cpp move IdentifierTable.h from liblex to libbasic. 2007-10-07 08:58:51 +00:00
DeclSpec.cpp Add parsing and AST support for GNU "typeof". 2007-07-31 12:34:36 +00:00
Makefile Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
MinimalAction.cpp Implement ObjC built-in types in MinimalAction. 2007-10-31 20:55:39 +00:00
ParseDecl.cpp Handle "bool" in all places that touch _Bool. 2007-11-15 05:25:19 +00:00
ParseDeclCXX.cpp switch some more of the parser over to using Token::is and isNot 2007-10-09 17:33:22 +00:00
ParseExpr.cpp Parse "sizeof(arr)[0]" as a sizeof of an expr if arr 2007-11-13 20:50:37 +00:00
ParseExprCXX.cpp switch more code to use Token::is/isNot where possible. 2007-10-09 17:41:39 +00:00
ParseInit.cpp Fix a recovery bug Fariborz and I noticed yesterday. We were producing: 2007-10-25 17:27:01 +00:00
ParseObjc.cpp Finish up variadic methods/messages. 2007-11-15 13:05:42 +00:00
ParseStmt.cpp Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code? 2007-11-22 01:36:19 +00:00
Parser.cpp Store inline asm code in the AST. 2007-11-20 19:21:03 +00:00