llvm-project/clang/lib/Parse
Aaron Ballman e8d69b7fc9 Allow GNU-style attributes on lambda expressions.
llvm-svn: 203628
2014-03-12 00:01:07 +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] Replace OwningPtr include with <memory>. 2014-03-09 11:36:40 +00:00
ParseCXXInlineMethods.cpp Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
ParseDecl.cpp Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
ParseDeclCXX.cpp [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix 2014-03-04 10:05:20 +00:00
ParseExpr.cpp [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix 2014-03-04 10:05:20 +00:00
ParseExprCXX.cpp Allow GNU-style attributes on lambda expressions. 2014-03-12 00:01:07 +00:00
ParseInit.cpp Remove dead return in Parser::MayBeDesignationStart(). 2014-03-06 05:37:32 +00:00
ParseObjc.cpp ExpectAndConsume: Diagnose errors automatically 2014-01-01 03:08:43 +00:00
ParseOpenMP.cpp [OPENMP] Clause 'num_threads' 2014-03-06 06:15:19 +00:00
ParsePragma.cpp Revert the removal of PPCallbacks::PragmaComment() in r201821 2014-02-20 23:37:45 +00:00
ParseStmt.cpp Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
ParseTemplate.cpp Introduce and use Decl::getAsFunction() to simplify templated function checks 2014-01-22 07:29:52 +00:00
ParseTentative.cpp TryConsume parser cleanups 2014-01-10 11:19:30 +00:00
Parser.cpp argument -> parameter terminology fixes for FunctionTypeInfo 2014-02-26 22:27:52 +00:00
RAIIObjectsForParser.h ExpectAndConsume: Diagnose errors automatically 2014-01-01 03:08:43 +00:00