hanchenye-llvm-project/clang/lib/Parse
Robert Wilhelm 27b2c9a352 const'ify Sema::ActOnCompoundStmt by
changing Parameter of Sema::ActOnCompoundStmt from MutableArrayRef to
ArrayRef.
No functionality change intended.

llvm-svn: 188705
2013-08-19 20:51:20 +00:00
..
CMakeLists.txt
Makefile
ParseAST.cpp
ParseCXXInlineMethods.cpp PR9992: Serialize and deserialize the token sequence for a function template in 2013-08-07 21:41:30 +00:00
ParseDecl.cpp Fix for dependent contexts in alias templates. 2013-08-15 23:59:20 +00:00
ParseDeclCXX.cpp Avoid spurious error messages if parent template class cannot be instantiated 2013-08-10 05:54:47 +00:00
ParseExpr.cpp Fix Altivec vector literal parser hack for C++11. 2013-08-13 23:38:34 +00:00
ParseExprCXX.cpp Removed hack that was used to properly restore the nested name specifier of qualified variable template ids. It turns out that the current implementation was just not logical setup for it. This commit has made it so. 2013-08-06 05:49:26 +00:00
ParseInit.cpp
ParseObjc.cpp
ParseOpenMP.cpp
ParsePragma.cpp
ParsePragma.h
ParseStmt.cpp const'ify Sema::ActOnCompoundStmt by 2013-08-19 20:51:20 +00:00
ParseTemplate.cpp Parse: Do not 'HandleTopLevelDecl' on templated functions. 2013-08-16 08:29:13 +00:00
ParseTentative.cpp
Parser.cpp PR9992: Serialize and deserialize the token sequence for a function template in 2013-08-07 21:41:30 +00:00
RAIIObjectsForParser.h