llvm-project/clang/lib/Parse
Douglas Gregor 2eb1c57b9d <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets a non-variable iteration declaration.
llvm-svn: 179053
2013-04-08 20:52:24 +00:00
..
CMakeLists.txt OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +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 Try harder to be signal-safe inside our signal handler. The most prominent behavioural 2013-03-25 21:24:30 +00:00
ParseCXXInlineMethods.cpp [Parser] Don't code-complete twice. 2013-03-27 23:58:17 +00:00
ParseDecl.cpp <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets a non-variable iteration declaration. 2013-04-08 20:52:24 +00:00
ParseDeclCXX.cpp Implement special-case name lookup for inheriting constructors: member 2013-03-26 01:15:19 +00:00
ParseExpr.cpp Objective-C arc [qui]. Don't issue the bridge cast 2013-04-02 23:48:59 +00:00
ParseExprCXX.cpp Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_traits>. 2013-03-27 01:34:16 +00:00
ParseInit.cpp s/CPlusPlus0x/CPlusPlus11/g 2013-01-02 11:42:31 +00:00
ParseObjc.cpp Make the ObjC attributes diagnostics a bit more informative. 2013-04-04 00:15:10 +00:00
ParseOpenMP.cpp OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
ParsePragma.cpp OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
ParsePragma.h OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
ParseStmt.cpp Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier. 2013-03-28 01:55:44 +00:00
ParseTemplate.cpp [Parser] Don't code-complete twice. 2013-03-27 23:58:17 +00:00
ParseTentative.cpp Give the default CorrectionCandidateCallback::ValidateCandidate some 2013-04-03 16:59:49 +00:00
Parser.cpp OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
RAIIObjectsForParser.h Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, 2013-02-22 01:59:51 +00:00