clang-1/lib/Parse
Benjamin Kramer d566381800 Replace a char*/size pair with stringref.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102902 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-03 13:08:54 +00:00
..
AttributeList.cpp Add calling convention related attributes to related declaration. Mark attributes invalid on type related checking so to add them to declarations only when everything is ok. 2010-04-30 13:10:51 +00:00
CMakeLists.txt Reorder files. 2009-07-21 21:03:50 +00:00
DeclSpec.cpp Keep track of the actual storage specifier written on a variable or 2010-04-19 22:54:31 +00:00
Makefile Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
MinimalAction.cpp Migrate the responsibility for turning the receiver name in an 2010-04-21 20:38:13 +00:00
ParseCXXInlineMethods.cpp Make Parser::ConsumeAndStoreUntil() more consistent with Parser::SkipUntil(). 2010-04-23 21:20:12 +00:00
ParseDecl.cpp Be more careful around dependent nested-name-specifiers, complaining 2010-04-24 16:38:41 +00:00
ParseDeclCXX.cpp Replace a char*/size pair with stringref. 2010-05-03 13:08:54 +00:00
ParseExpr.cpp When parsing a cast-expression that starts with a scope annotation, 2010-04-23 02:08:13 +00:00
ParseExprCXX.cpp Make Parser::ConsumeAndStoreUntil() more consistent with Parser::SkipUntil(). 2010-04-23 21:20:12 +00:00
ParseInit.cpp Implement parsing for message sends in Objective-C++. Message sends in 2010-04-21 22:36:40 +00:00
ParseObjc.cpp Cleanup error recovery for a missing '-'|'+' 2010-04-26 21:18:08 +00:00
ParsePragma.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ParsePragma.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ParseStmt.cpp change Scope::WithinElse to be a normal scope flag, widen the 2010-04-12 06:12:50 +00:00
ParseTemplate.cpp Reinstate my CodeModificationHint -> FixItHint renaming patch, without 2010-03-31 17:46:05 +00:00
ParseTentative.cpp Fix a tentative-parse error with unqualified template ids in cast expressions. 2010-04-30 03:11:01 +00:00
Parser.cpp Diagnose misordered initializers in constructor templates immediately instead of 2010-04-10 07:37:23 +00:00
RAIIObjectsForParser.h Privatize class members. 2009-12-10 21:50:21 +00:00