llvm-project/clang/lib/Parse
Dmitri Gribenko 17e147fa9d Unbreak GCC build: GCC doesn't like clang::Parser::CommentHandler and class clang::CommentHandler to have same name.
llvm-svn: 158780
2012-06-20 01:06:08 +00:00
..
CMakeLists.txt Thread Safety: Patch to implement delayed parsing of attributes within a 2011-09-08 17:42:22 +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 Revert predefined decl tracking. 2012-06-19 18:17:30 +00:00
ParseCXXInlineMethods.cpp PR13064: Store whether an in-class initializer uses direct or copy 2012-06-10 03:12:00 +00:00
ParseDecl.cpp Reapply r158700 and fixup patches, minus one hunk that slipped through and 2012-06-19 23:57:03 +00:00
ParseDeclCXX.cpp Reapply r158700 and fixup patches, minus one hunk that slipped through and 2012-06-19 23:57:03 +00:00
ParseExpr.cpp Documentation cleanup: fixing file headers to use Doxygen \file markup while 2012-06-19 21:02:26 +00:00
ParseExprCXX.cpp Extend the error recovery for a template-argument-list terminated by '>>' to 2012-06-18 06:11:04 +00:00
ParseInit.cpp Disambiguation of '[[': 2012-04-10 01:32:12 +00:00
ParseObjc.cpp Move isCXXSimpleTypeSpecifier from Parser to Sema and tweak it for wider use. 2012-06-15 23:45:51 +00:00
ParsePragma.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
ParsePragma.h Remove unused private member variables found by clang's new -Wunused-private-field. 2012-06-06 17:32:50 +00:00
ParseStmt.cpp [ms-inline-asm] The __asm keyword is a statement separator, so multiple asm 2012-06-12 20:30:26 +00:00
ParseTemplate.cpp Extend the error recovery for a template-argument-list terminated by '>>' to 2012-06-18 06:11:04 +00:00
ParseTentative.cpp Recover better from a missing 'typename' in a function template definition. 2012-05-16 23:40:17 +00:00
Parser.cpp Unbreak GCC build: GCC doesn't like clang::Parser::CommentHandler and class clang::CommentHandler to have same name. 2012-06-20 01:06:08 +00:00
RAIIObjectsForParser.h Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope 2012-06-06 21:18:07 +00:00