llvm-project/clang/lib/Parse
Alexey Bataev 9959db5fa9 [OPENMP] Initial codegen for '#pragma omp parallel'
llvm-svn: 208077
2014-05-06 10:08:46 +00:00
..
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Makefile
ParseAST.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-12 05:09:18 +00:00
ParseCXXInlineMethods.cpp Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
ParseDecl.cpp During parsing, update the range of the Declarator to include the identifier. 2014-05-05 22:06:50 +00:00
ParseDeclCXX.cpp Refactor all the checking for missing 'template<>'s when a declaration has a 2014-04-17 03:29:33 +00:00
ParseExpr.cpp Wrap a few lines at 80 columns, change a confusing indent. No behavior change. 2014-05-03 21:57:40 +00:00
ParseExprCXX.cpp Cut off parsing early during code completion 2014-05-02 03:43:14 +00:00
ParseInit.cpp PR19339: Disambiguate lambdas with init-captures from designated initializers 2014-04-13 04:31:48 +00:00
ParseObjc.cpp Objective-C. Improve diagnostic error for '@import' 2014-03-26 22:02:43 +00:00
ParseOpenMP.cpp [OPENMP] Initial codegen for '#pragma omp parallel' 2014-05-06 10:08:46 +00:00
ParsePragma.cpp [MS-ABI] Add support for #pragma section and related pragmas 2014-04-08 22:30:47 +00:00
ParseStmt.cpp Rewrite NRVO determination. Track NRVO candidates on the parser Scope and apply the NRVO candidate flag to all possible NRVO candidates here, and remove the flags in computeNRVO or upon template instantiation. A variable now has NRVO applied if and only if every return statement in that scope returns that variable. This is nearly optimal. 2014-05-03 00:41:18 +00:00
ParseTemplate.cpp Handle -fdelayed-template-parsing of out-of-line definitions of 2014-05-02 02:01:07 +00:00
ParseTentative.cpp Add support for MSVC's __FUNCSIG__ 2014-04-08 18:13:24 +00:00
Parser.cpp Rewrite NRVO determination. Track NRVO candidates on the parser Scope and apply the NRVO candidate flag to all possible NRVO candidates here, and remove the flags in computeNRVO or upon template instantiation. A variable now has NRVO applied if and only if every return statement in that scope returns that variable. This is nearly optimal. 2014-05-03 00:41:18 +00:00
RAIIObjectsForParser.h ExpectAndConsume: Diagnose errors automatically 2014-01-01 03:08:43 +00:00