clang-1/lib/Parse
Chris Lattner a9500f05ba remove some uses of IdentifierInfo::getName()
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59606 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-19 07:49:38 +00:00
..
AttributeList.cpp Add attribute always_inline support. 2008-10-28 00:17:57 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
DeclSpec.cpp This reworks some of the Diagnostic interfaces a bit to change how diagnostics 2008-11-18 07:04:44 +00:00
ExtensionRAIIObject.h implement a couple fixme's by implementing __extension__ properly. 2008-10-20 06:45:43 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
MinimalAction.cpp Updated IdentifierResolver to deal with DeclarationNames. The names of 2008-11-17 20:34:05 +00:00
ParseCXXInlineMethods.cpp Improve parser error recovery after a constructor initializer 2008-11-10 16:59:40 +00:00
ParseDecl.cpp remove uses of IdentifierInfo::getName() 2008-11-19 07:37:42 +00:00
ParseDeclCXX.cpp Change a couple of the Parser::Diag methods to return DiagnosticInfo 2008-11-18 07:48:38 +00:00
ParseExpr.cpp remove uses of IdentifierInfo::getName() 2008-11-19 07:37:42 +00:00
ParseExprCXX.cpp Extend DeclarationName to support C++ overloaded operators, e.g., 2008-11-18 14:39:36 +00:00
ParseInit.cpp Fix PR3001: if we have an error parsing an initializer, make sure to remove 2008-11-03 09:28:22 +00:00
ParseObjc.cpp remove some uses of IdentifierInfo::getName() 2008-11-19 07:49:38 +00:00
ParsePragma.cpp Remove the last of the old-style Preprocessor::Diag methods. 2008-11-18 21:48:13 +00:00
ParsePragma.h Add Parser support for #pragma pack 2008-10-04 19:21:03 +00:00
ParseStmt.cpp Change a couple of the Parser::Diag methods to return DiagnosticInfo 2008-11-18 07:48:38 +00:00
ParseTentative.cpp remove the last couple obsolete forms of Parser::Diag. 2008-11-18 07:50:21 +00:00
Parser.cpp remove the last couple obsolete forms of Parser::Diag. 2008-11-18 07:50:21 +00:00