llvm-project/clang/Parse
Bill Wendling 93efb22993 Submitted by: Bill Wendling
Reviewed by: Chris Lattner

- Update the parsing of references. We allow "restrict" but not "const"
  or "volatile".

llvm-svn: 39567
2007-06-02 23:28:54 +00:00
..
DeclSpec.cpp Add support for inserting up to 10 strings in a diagnostic, with %0, %1, %2, 2007-05-16 17:49:37 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
MinimalAction.cpp add accessors to DeclSpec, start moving clients over to use them. 2006-11-28 04:28:12 +00:00
ParseDecl.cpp Submitted by: Bill Wendling 2007-06-02 23:28:54 +00:00
ParseExpr.cpp implement full sema support for the GCC address-of-label extension. 2007-05-28 06:56:27 +00:00
ParseExprCXX.cpp Remove unused #include that breaks layering 2007-05-24 01:08:56 +00:00
ParseInit.cpp rename a bunch of files for better consistency 2006-11-05 07:46:30 +00:00
ParseObjc.cpp rename ParsedClassDeclaration -> ParsedObjcClassDeclaration. 2006-11-19 02:35:21 +00:00
ParseStmt.cpp Bug #: 2007-06-01 17:11:19 +00:00
Parser.cpp Bug #: 2007-06-01 17:11:19 +00:00