llvm-project/clang/Parse
Steve Naroff ae4143ea90 Bug #:
Submitted by:
Reviewed by:
Misc. changes driven by getting "carbon.h" to compile...

- Added ParseCharacterConstant() hook to Action, Sema, etc.
- Added CheckAssignmentOperands() & CheckCommaOperands() to Sema.
- Added CharacterLiteral AST node.
- Fixed CallExpr instantiation - install the correct type.
- Install a bunch of temp types and annotate with FIXME's.

llvm-svn: 39416
2007-04-26 20:39:23 +00:00
..
DeclSpec.cpp Generalize DeclSpec::TypedefRep to allow it to hold any type representation. 2007-01-23 04:58:34 +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 C++: Added support for bool types. 2007-02-13 01:51:42 +00:00
ParseExpr.cpp Bug #: 2007-04-26 20:39:23 +00:00
ParseExprCXX.cpp C++: Added support for bool types. 2007-02-13 01:51:42 +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 Implement a FIXME: when a typedef is seen at statement scope, make sure to 2007-01-27 19:04:39 +00:00
Parser.cpp Do not use ParseCompoundStatement to parse the body of a function. This causes 2007-01-21 06:56:16 +00:00