hanchenye-llvm-project/clang/lib/Parse
Alp Toker 965f882588 Remove a whole lot of unused variables
There are about 30 removed in this patch, generated by a new FixIt I haven't
got round to submitting yet.

llvm-svn: 195814
2013-11-27 05:22:15 +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 Remove a whole lot of unused variables 2013-11-27 05:22:15 +00:00
ParseDeclCXX.cpp Parse Microsoft __declspec appearing after class body 2013-11-24 20:24:54 +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 Generate a marker token when entering or leaving a submodule when building a 2013-11-23 04:06:09 +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 [Parser] Unbreak parsing with incremental parsing enabled and add a unit-test for it. 2013-11-24 02:12:18 +00:00
RAIIObjectsForParser.h OpenMP threadprivate with qualified names. 2013-05-13 04:18:18 +00:00