llvm-project/clang/lib/Parse
Chandler Carruth 904cb14225 Remove a no-op break after a return, and correct one of the most
confusing indentations I've seen recently... Just noticed these while
making a change elsewhere.

No functionality changed.

llvm-svn: 134685
2011-07-08 04:59:44 +00:00
..
CMakeLists.txt CMake: LLVM_NO_RTTI must be obsolete now! 2011-02-10 09:15:32 +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 Build up statistics about the work done for analysis based warnings. 2011-07-06 16:21:37 +00:00
ParseCXXInlineMethods.cpp Implement support for C++11 in-class initialization of non-static data members. 2011-06-11 17:19:42 +00:00
ParseDecl.cpp Properly protect colons when parsing a nested-name-specifier as part 2011-07-06 05:58:41 +00:00
ParseDeclCXX.cpp Fix AST representations of alias-declarations which define tag types. Inside classes, the tag types need to have an associated access specifier, and inside function definitions, they need to be included in the declarations of the DeclStmt. These issues manifested as assertions during template instantiation, and also in a WIP constexpr patch. 2011-07-01 19:46:12 +00:00
ParseExpr.cpp Remove a no-op break after a return, and correct one of the most 2011-07-08 04:59:44 +00:00
ParseExprCXX.cpp Properly implement the scope restriction on the NRVO for 2011-07-06 22:04:06 +00:00
ParseInit.cpp fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
ParseObjc.cpp Introduce Declarator::ObjCCatchContext, this will result in correct error for 'auto' in obj-c catch. 2011-07-01 22:22:40 +00:00
ParsePragma.cpp Remove unused but set variable. 2011-05-03 18:46:17 +00:00
ParsePragma.h Recognize gcc's ms_struct pragma (and ignore for now). 2011-04-25 18:49:15 +00:00
ParseStmt.cpp Properly implement the scope restriction on the NRVO for 2011-07-06 22:04:06 +00:00
ParseTemplate.cpp Introduce DelayedCleanupPool useful for simplifying clean-up of certain resources that, while their 2011-06-22 06:09:49 +00:00
ParseTentative.cpp Introduce DelayedCleanupPool useful for simplifying clean-up of certain resources that, while their 2011-06-22 06:09:49 +00:00
Parser.cpp Some documentation fixes for the parser, from John Freeman 2011-07-05 17:13:11 +00:00
RAIIObjectsForParser.h Parsing/AST support for Structured Exception Handling 2011-04-28 01:08:34 +00:00