llvm-project/clang/lib/Parse
Benjamin Kramer 2f5db8b3db Header guard canonicalization, clang part.
Modifications made by clang-tidy with minor tweaks.

llvm-svn: 215557
2014-08-13 16:25:19 +00:00
..
CMakeLists.txt [CMake] Reorder libdeps by alphabetical order. 2014-07-14 04:59:27 +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 Fix default argument comma disambiguation bug following the 'template' keyword. 2014-07-27 05:38:12 +00:00
ParseDecl.cpp Reject virt-specifiers on friend declarations. Give anonymous bitfields a 2014-08-12 00:22:39 +00:00
ParseDeclCXX.cpp PR20634: add some more cases that can legitimately come after a struct declaration to our list of special cases. 2014-08-13 02:13:15 +00:00
ParseExpr.cpp PR19751: (T())++ is not a cast-expression. 2014-07-15 00:11:48 +00:00
ParseExprCXX.cpp Wrap to 80 columns, no functionality change. 2014-07-26 22:15:25 +00:00
ParseInit.cpp Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs. 2014-05-29 10:55:11 +00:00
ParseObjc.cpp Objective-C. When we use @selector(save:), etc. there may be more 2014-06-24 17:02:19 +00:00
ParseOpenMP.cpp [OPENMP] Initial parsing and sema analysis for clause 'seq_cst' of 'atomic' directive. 2014-07-24 08:55:34 +00:00
ParsePragma.cpp Initializing the loop hint option token again. 2014-08-01 12:41:37 +00:00
ParseStmt.cpp Add a state variable to the loop hint attribute. 2014-07-31 20:15:14 +00:00
ParseStmtAsm.cpp clang-cl: Merge adjacent single-line __asm blocks 2014-07-25 02:27:14 +00:00
ParseTemplate.cpp A static_assert declaration cannot be a template; adding the diagnostic for this instead of silently accepting and producing possibly-unexpected behavior. 2014-08-04 20:28:35 +00:00
ParseTentative.cpp Replace a fake enum class with the real thing. 2014-05-16 01:56:53 +00:00
Parser.cpp -fms-extensions: Implement half of #pragma init_seg 2014-07-22 00:53:05 +00:00
RAIIObjectsForParser.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00