hanchenye-llvm-project/clang/lib/Parse
Fariborz Jahanian d5d6f3d5a2 Objective-C++: Enable passing of modern C++11 style
initialized temporaries to objc++ methods. 
// rdar://12788429

llvm-svn: 179818
2013-04-18 23:43:21 +00:00
..
CMakeLists.txt OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
Makefile
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 [Parser] Handle #pragma pack/align inside C structs. 2013-04-18 01:42:35 +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
ParseObjc.cpp Objective-C++: Enable passing of modern C++11 style 2013-04-18 23:43:21 +00:00
ParseOpenMP.cpp OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
ParsePragma.cpp Sema for Captured Statements 2013-04-16 19:37:38 +00:00
ParsePragma.h OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
ParseStmt.cpp Parser support for #pragma clang __debug captured 2013-04-16 18:41:26 +00:00
ParseTemplate.cpp [Parser] Don't code-complete twice. 2013-03-27 23:58:17 +00:00
ParseTentative.cpp Parsing support for thread_local and _Thread_local. We give them the same 2013-04-12 22:46:28 +00:00
Parser.cpp Parsing support for thread_local and _Thread_local. We give them the same 2013-04-12 22:46:28 +00:00
RAIIObjectsForParser.h Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, 2013-02-22 01:59:51 +00:00