summaryrefslogtreecommitdiffstats
path: root/clang/Sema/ASTStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Interned MainFileID within SourceManager. Since SourceManager is referenced byTed Kremenek2007-12-191-6/+6
* Yesterday, I simplified how we stream top-level decls.Steve Naroff2007-11-291-20/+3
* Several fixes/simplifications surrounding how we stream top-level decl AST's.Steve Naroff2007-11-281-13/+12
* Fix ownership model of ParseAST to allow the dtor of Chris Lattner2007-11-031-7/+8
* Patch to synthesize computation of Ivar offset in rewritten c file.Fariborz Jahanian2007-10-261-0/+2
* - Added Sema::AddFactoryMethodToGlobalPool and Sema::AddInstanceMethodToGloba...Steve Naroff2007-10-141-0/+1
* Make a significant change to invert the control flow handlingChris Lattner2007-10-091-1/+1
* Add SelectorInfo (similar in spirit to IdentifierInfo). The key difference is...Steve Naroff2007-09-271-1/+1
* remove some obsolete interfaces.Chris Lattner2007-09-161-26/+0
* add a new ASTConsumer consumer to simplify stuff in the driver.Chris Lattner2007-09-151-0/+36
* Fix 80 col violations.Chris Lattner2007-08-301-2/+2
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-7/+5
* Move ASTStreamer.h into "clang/Sema/ASTStreamer.h"Chris Lattner2007-05-211-1/+1
* Go back to having the clang driver create ASTContext explicitly, passingSteve Naroff2007-02-281-4/+5
* Make Sema's use of the preprocessor explicit (rather than assumeSteve Naroff2007-02-281-7/+6
* start gather stats on types processed. carbon.h currently yields:Chris Lattner2007-01-261-31/+46
* introduce a new ASTContext class to hold long-lived ast nodes.Chris Lattner2006-11-101-5/+6
* move ASTBuilder.h/cpp to be a private Sema.h/cpp files, not part of theChris Lattner2006-11-101-1/+1
* rename ASTBuilder to SemaChris Lattner2006-11-091-1/+1
* remove full locinfo AST nodes for now. They just clutter the implementationChris Lattner2006-11-041-5/+4
* Export the ASTBuilder class from the AST module.Chris Lattner2006-11-031-7/+2
* Changes through out the parser and actions/ast interface to return top-levelChris Lattner2006-10-161-5/+31
* Initial support for semantic analysis and AST building for StringExpr nodes.Chris Lattner2006-10-061-2/+2
* Add (basic) expression AST representation capabilities for int/fp/binops/cond...Chris Lattner2006-08-231-5/+6
* Implement first cut of ASTBuilder class.Chris Lattner2006-08-181-4/+5
* Hook up more of the ASTStreamerChris Lattner2006-08-171-3/+11
* Stub out the ASTStreamerChris Lattner2006-08-171-0/+67
OpenPOWER on IntegriCloud