hanchenye-llvm-project/clang/lib/Parse
Justin Bogner e4ebb6c859 Parse: Fix references to 'if' that meant 'for', 'do', and 'while'
llvm-svn: 196229
2013-12-03 07:36:55 +00:00
..
CMakeLists.txt clang/lib/Parse/CMakeLists.txt: Fixup corresponding to r193989. ClangAttrTypeArg is required here. 2013-11-04 13:10:53 +00:00
Makefile
ParseAST.cpp Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. 2013-07-04 03:08:24 +00:00
ParseCXXInlineMethods.cpp Generate a marker token when entering or leaving a submodule when building a 2013-11-23 04:06:09 +00:00
ParseDecl.cpp Emit an extension warning when changing system header tokens 2013-12-03 06:13:01 +00:00
ParseDeclCXX.cpp Emit an extension warning when changing system header tokens 2013-12-03 06:13:01 +00:00
ParseExpr.cpp Replaced bool parameters in SkipUntil function with single bit-based parameter. 2013-11-18 08:17:37 +00:00
ParseExprCXX.cpp Replaced bool parameters in SkipUntil function with single bit-based parameter. 2013-11-18 08:17:37 +00:00
ParseInit.cpp Generate a marker token when entering or leaving a submodule when building a 2013-11-23 04:06:09 +00:00
ParseObjc.cpp Generate a marker token when entering or leaving a submodule when building a 2013-11-23 04:06:09 +00:00
ParseOpenMP.cpp Replaced bool parameters in SkipUntil function with single bit-based parameter. 2013-11-18 08:17:37 +00:00
ParsePragma.cpp Callback support for OpenCL extension pragmas. 2013-10-12 09:29:48 +00:00
ParsePragma.h Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
ParseStmt.cpp Parse: Fix references to 'if' that meant 'for', 'do', and 'while' 2013-12-03 07:36:55 +00:00
ParseTemplate.cpp Replaced bool parameters in SkipUntil function with single bit-based parameter. 2013-11-18 08:17:37 +00:00
ParseTentative.cpp Replaced bool parameters in SkipUntil function with single bit-based parameter. 2013-11-18 08:17:37 +00:00
Parser.cpp Emit an extension warning when changing system header tokens 2013-12-03 06:13:01 +00:00
RAIIObjectsForParser.h OpenMP threadprivate with qualified names. 2013-05-13 04:18:18 +00:00