llvm-project/clang/lib/Parse
Nico Weber 82d9e7ec1c Wrap to 80 columns. No behavior change.
llvm-svn: 227782
2015-02-02 05:38:59 +00:00
..
CMakeLists.txt [CMake] Reorder libdeps by alphabetical order. 2014-07-14 04:59:27 +00:00
Makefile
ParseAST.cpp Remove unneeded include of DeclCXX.h from libParse. 2014-12-28 01:52:28 +00:00
ParseCXXInlineMethods.cpp Code cleanup 2015-01-30 14:21:35 +00:00
ParseDecl.cpp Initial support for C++ parameter completion 2015-01-21 16:24:11 +00:00
ParseDeclCXX.cpp Remove duplicate code 2015-01-25 00:25:44 +00:00
ParseExpr.cpp Wrap to 80 columns. No behavior change. 2015-02-02 05:38:59 +00:00
ParseExprCXX.cpp Follow-up to r217302: Don't crash on ~A::A in a postfix expr suffix followed by '<'. 2015-02-02 05:33:50 +00:00
ParseInit.cpp Enable ActOnIdExpression to use delayed typo correction for non-C++ code 2014-11-21 18:48:04 +00:00
ParseObjc.cpp Modified the Objective-C lexer and parser (only 2014-12-09 23:47:56 +00:00
ParseOpenMP.cpp Enable ActOnIdExpression to use delayed typo correction for non-C++ code 2014-11-21 18:48:04 +00:00
ParsePragma.cpp Enable pragma comment processing for PS4. Original patch by Yunzhong Gao! 2015-01-28 18:26:15 +00:00
ParseStmt.cpp Initial support for Win64 SEH IR emission 2015-01-22 01:36:17 +00:00
ParseStmtAsm.cpp Adding option -fno-inline-asm to disallow inline asm 2015-01-16 23:05:28 +00:00
ParseTemplate.cpp Diagnose function template definitions inside functions 2014-12-15 23:16:32 +00:00
ParseTentative.cpp [PowerPC]To provide better compatibility with gcc I added the __bool keyword to the Alitivec support in clang. __bool is functionally identical to using bool when declaring vector types. For example: 2015-01-12 19:35:51 +00:00
Parser.cpp Parse: Get rid of tok::cxx_defaultarg_end, use EOF instead 2015-01-12 05:17:40 +00:00
RAIIObjectsForParser.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00