llvm-project/clang/lib/Parse
Alexey Bataev 4ca40eda36 [OPENMP] Removed unnecessary enums from OpenMP constructs
llvm-svn: 208516
2014-05-12 04:23:46 +00:00
..
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +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 [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-12 05:09:18 +00:00
ParseCXXInlineMethods.cpp Wrap to 80 columns. No behavior change. 2014-05-10 17:43:15 +00:00
ParseDecl.cpp Fix an outdated comment. 2014-05-08 22:32:00 +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] Removed unnecessary enums from OpenMP constructs 2014-05-12 04:23: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 Suggest fix-it ':' when '=' used in for-range-declaration 2014-05-08 11:28:25 +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