aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema
AgeCommit message (Expand)Author
2009-06-14Update LLVM.Douglas Gregor
2009-04-24PCH support for the global method pool (= instance and factory methodDouglas Gregor
2009-04-21Lazy deserialization of the declaration chains associated withDouglas Gregor
2009-04-20Introduce the notion of a SemaConsumer, which is an ASTConsumer thatDouglas Gregor
2009-04-16tblgen is now passing diagnostic group information in the .inc file, ignore i...Chris Lattner
2009-04-15Tblgen now passes the default mapping explicitly, instead of having it Chris Lattner
2009-04-14When building a PCH file, don't perform end-of-translation-unitDouglas Gregor
2009-03-28remove TranslationUnit from ParseAST.Chris Lattner
2009-03-28simplify ParseAST by sucking -disable-free handling logic up intoChris Lattner
2009-03-19Bindir and Win32 builds work, so switch to .inc files. Leave the .def files i...Sebastian Redl
2009-03-14Revert the switch to the tablegen diags. It fails for seperate objdir builds ...Sebastian Redl
2009-03-14Switch diagnostics from .def to tablegen files. Please validate the Windows b...Sebastian Redl
2009-01-29Fix -Wimplicit-function-declaration, which required some refactoring andChris Lattner
2009-01-29move library-specific diagnostic headers into library private dirs. ReduceChris Lattner
2009-01-28Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pas...Ted Kremenek
2008-10-27Comment fix, ParseAST does not take ownership of the consumer.Daniel Dunbar
2008-10-16Add --disable-free flag to clang.Daniel Dunbar
2008-08-08ParseAST now never releases the passed ASTConsumer. This is the responsibili...Ted Kremenek
2008-08-07Fix 80 col violationTed Kremenek
2008-08-07ParseAST now conditionally deletes the passed ASTConsumer.Ted Kremenek
2008-02-06rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp}Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-19Interned MainFileID within SourceManager. Since SourceManager is referenced byTed Kremenek
2007-11-03Fix ownership model of ParseAST to allow the dtor of Chris Lattner
2007-09-16remove some obsolete interfaces.Chris Lattner
2007-09-15add a new ASTConsumer consumer to simplify stuff in the driver.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer