llvm-project/clang/lib/Parse
Alp Toker 028ed91127 Fix code typos spotted while working on type traits
llvm-svn: 196587
2013-12-06 17:56:43 +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 BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
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 ObjectiveC - Introducing objc_bridge_related attribute 2013-12-04 20:32:50 +00:00
ParseDeclCXX.cpp Parse: Recover better from bad definitions with base specifiers 2013-12-05 01:36:53 +00:00
ParseExpr.cpp Fix code typos spotted while working on type traits 2013-12-06 17:56:43 +00:00
ParseExprCXX.cpp Fix init-captures for generic lambdas. 2013-12-05 01:40:41 +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 Fix a tranche of comment, test and doc typos 2013-12-05 16:25:25 +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 Fix a tranche of comment, test and doc typos 2013-12-05 16:25:25 +00:00
ParseTemplate.cpp Fix PR17637: incorrect calculation of template parameter depth 2013-12-04 03:51:14 +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 Remove redundant check. 2013-12-04 01:01:51 +00:00
RAIIObjectsForParser.h OpenMP threadprivate with qualified names. 2013-05-13 04:18:18 +00:00