llvm-project/clang/lib/Parse
Ben Langmuir 37943a7af8 Move CapturedStmt parameters to CapturedDecl
Move the creation of CapturedStmt parameters out of CodeGen and into
Sema, making it easier to customize the outlined function. The
ImplicitParamDecls are stored in the CapturedDecl using an
ASTContext-allocated array.

Differential Revision: http://llvm-reviews.chandlerc.com/D722

llvm-svn: 181043
2013-05-03 19:00:33 +00:00
..
CMakeLists.txt Use attribute argument information to determine when to parse attribute arguments as expressions. 2013-05-02 23:25:32 +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 Keep the parser's template depth up to date when parsing local templates and 2013-04-29 11:55:38 +00:00
ParseDecl.cpp Use attribute argument information to determine when to parse attribute arguments as expressions. 2013-05-02 23:25:32 +00:00
ParseDeclCXX.cpp Implement C++1y decltype(auto). 2013-04-26 16:15:35 +00:00
ParseExpr.cpp Implement C++1y decltype(auto). 2013-04-26 16:15:35 +00:00
ParseExprCXX.cpp Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there 2013-04-30 13:56:41 +00:00
ParseInit.cpp s/CPlusPlus0x/CPlusPlus11/g 2013-01-02 11:42:31 +00:00
ParseObjc.cpp Fix a typo in a parse assert. 2013-04-29 15:35:35 +00:00
ParseOpenMP.cpp OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
ParsePragma.cpp Move CapturedStmt parameters to CapturedDecl 2013-05-03 19:00:33 +00:00
ParsePragma.h OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
ParseStmt.cpp Move parsing of identifiers in MS-style inline assembly into 2013-05-03 00:10:13 +00:00
ParseTemplate.cpp Keep the parser's template depth up to date when parsing local templates and 2013-04-29 11:55:38 +00:00
ParseTentative.cpp Implement C++1y decltype(auto). 2013-04-26 16:15:35 +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