llvm-project/clang/lib/Parse
David Majnemer 05c69866a8 Parse: Simplify construction of the clobber list
This avoids going over the clobber list twice.

No functionality change.

llvm-svn: 211485
2014-06-23 02:16:41 +00:00
..
CMakeLists.txt Split out inline asm parsing into ParseStmtAsm.cpp 2014-06-08 05:40:04 +00:00
Makefile
ParseAST.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-12 05:09:18 +00:00
ParseCXXInlineMethods.cpp Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs. 2014-05-29 10:55:11 +00:00
ParseDecl.cpp DiagnoseUnknownTypename always emits a diagnostic and returns true 2014-06-19 01:23:22 +00:00
ParseDeclCXX.cpp [C++1z] Implement N3928: message in static_assert is optional. 2014-06-20 19:57:12 +00:00
ParseExpr.cpp Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs. 2014-05-29 10:55:11 +00:00
ParseExprCXX.cpp Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs. 2014-05-29 10:55:11 +00:00
ParseInit.cpp Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs. 2014-05-29 10:55:11 +00:00
ParseObjc.cpp Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs. 2014-05-29 10:55:11 +00:00
ParseOpenMP.cpp [OPENMP] Initial support for 'nowait' clause. 2014-06-20 11:19:47 +00:00
ParsePragma.cpp Fix PR20069: bad loop pragma arguments crash FE 2014-06-19 18:30:15 +00:00
ParseStmt.cpp [c++1z] Implement N3994: a range-based for loop can declare a variable with super-terse notation 2014-06-19 11:42:00 +00:00
ParseStmtAsm.cpp Parse: Simplify construction of the clobber list 2014-06-23 02:16:41 +00:00
ParseTemplate.cpp Fix PR20081: Parsing templates in the presence of -x cuda -std=c++11 2014-06-20 13:09:59 +00:00
ParseTentative.cpp Replace a fake enum class with the real thing. 2014-05-16 01:56:53 +00:00
Parser.cpp [C++11] Use 'nullptr'. Parser edition. 2014-05-21 06:02:52 +00:00
RAIIObjectsForParser.h [C++11] Use 'nullptr'. Parser edition. 2014-05-21 06:02:52 +00:00