summaryrefslogtreecommitdiffstats
path: root/clang/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* rename IntegerConstant->IntegerLiteralSteve Naroff2007-02-211-6/+6
* C++: Added support for bool types.Bill Wendling2007-02-131-1/+1
* Add support for target-independent builtin functions (like __builtin_abs),Chris Lattner2007-01-281-7/+3
* rename some classes, no functionality changes.Chris Lattner2007-01-261-1/+1
* Diagnose invalid sizeof/alignof operands.Chris Lattner2007-01-231-1/+19
* Add support for C90 implicitly defined functions, e.g.:Chris Lattner2006-11-201-4/+23
* remember referenced decls in our AST'sChris Lattner2006-11-201-2/+1
* parse identifier expressions properly. This allows us diagnose this:Chris Lattner2006-11-201-12/+24
* remember and pretty-print cast typesChris Lattner2006-11-201-3/+5
* Parse and remember types enough that we can pretty print:Chris Lattner2006-11-191-1/+3
* Let ASTContext hold target info, since it's usefulChris Lattner2006-11-101-2/+1
* introduce a new ASTContext class to hold long-lived ast nodes.Chris Lattner2006-11-101-11/+12
* move the rest of the expr sema to SemaExpr.cpp and the decl processing stuffChris Lattner2006-11-101-0/+167
* split semantic analysis of expressions out to its own fileChris Lattner2006-11-101-0/+239
OpenPOWER on IntegriCloud