summaryrefslogtreecommitdiffstats
path: root/clang/Sema/Sema.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* rename ASTBuilder to SemaChris Lattner2006-11-091-60/+54
* Change courses on how we do semantic analysis. Semantic analysisChris Lattner2006-11-091-8/+217
* build ast nodes and print goto/goto*/break/continue.Chris Lattner2006-11-051-7/+30
* Add ast node support for case/default/label stmts.Chris Lattner2006-11-051-0/+19
* implement AST node for switch stmtChris Lattner2006-11-041-0/+5
* implement ast nodes for while and do loopsChris Lattner2006-11-041-0/+11
* Add AST node, AST building, actions, and printing for 'for' stmts.Chris Lattner2006-11-041-0/+7
* remove full locinfo AST nodes for now. They just clutter the implementationChris Lattner2006-11-041-52/+15
* Export the ASTBuilder class from the AST module.Chris Lattner2006-11-031-110/+2
* Fix building after the pure virtual function name changed.Chris Lattner2006-10-281-2/+2
* add ast node for ifstmtChris Lattner2006-10-251-0/+10
* Handle __extension__ as a unary operator if requested.Chris Lattner2006-10-251-0/+4
* only add to LastInGroupList if at the top-level.Chris Lattner2006-10-251-1/+4
* Make the driver print function bodies at -parse-print-astChris Lattner2006-10-251-1/+1
* Make AST nodes for ReturnStmt's and CompoundStmtsChris Lattner2006-10-251-0/+35
* Add new Stmt classChris Lattner2006-10-251-2/+2
* Finish removing LexerToken from actions interfaceChris Lattner2006-10-251-24/+25
* Start removing LexerToken from the actions interface.Chris Lattner2006-10-251-4/+6
* Remove temporary codeChris Lattner2006-10-171-2/+0
* implement action callbacks for almost all the stmts.Chris Lattner2006-10-161-1/+3
* Changes through out the parser and actions/ast interface to return top-levelChris Lattner2006-10-161-12/+32
* start creating proper ast nodes for variables and functionsChris Lattner2006-10-151-4/+9
* don't abortChris Lattner2006-10-061-2/+2
* Initial support for semantic analysis and AST building for StringExpr nodes.Chris Lattner2006-10-061-4/+32
* Build AST's for sizeof/alignof with type operands.Chris Lattner2006-08-241-0/+17
* Build CastExpr AST nodesChris Lattner2006-08-241-0/+12
* Build AST's for sizeof/alignof an expr.Chris Lattner2006-08-241-10/+12
* switch MemberExpr to holding a field decl instead of a raw identifier.Chris Lattner2006-08-241-2/+4
* Allow expression actions to failChris Lattner2006-08-241-40/+40
* Add initial support for simple-primary exprs, including DeclExprs.Chris Lattner2006-08-241-0/+20
* Add AST nodes for array, call, . and ->.Chris Lattner2006-08-241-0/+51
* Add AST nodes and actions for paren exprs and simple unary ops.Chris Lattner2006-08-231-1/+57
* Add (basic) expression AST representation capabilities for int/fp/binops/cond...Chris Lattner2006-08-231-3/+91
* Implement first cut of ASTBuilder class.Chris Lattner2006-08-181-1/+72
* Start adding support for printing out parser callbacks and adding ast buildingChris Lattner2006-08-171-0/+15
OpenPOWER on IntegriCloud