aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ASTConsumer.h
AgeCommit message (Expand)Author
2013-03-27[Preprocessor] Remove PPMutationListener.Argyrios Kyrtzidis
2012-11-27Allow an ASTConsumer to selectively skip function bodies while parsing. PatchRichard Smith
2012-10-11Remove pointless classof()'s.Sean Silva
2012-10-09Rework the (de-)serialization of macros, as stored inDouglas Gregor
2012-10-03Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invokedArgyrios Kyrtzidis
2012-03-08Replace MarkVarRequired with a more genericRafael Espindola
2012-03-05Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola
2012-02-10[libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis
2011-11-18Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis
2011-11-09Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie
2011-10-17Introduce ASTConsumer::HandleTopLevelDeclInObjCContainer which acceptsArgyrios Kyrtzidis
2011-04-24Synthesizing the definition of an implicit member is an AST modification, so ...Sebastian Redl
2010-10-24Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis
2010-08-18More PCH -> AST renaming.Sebastian Redl
2010-08-18Rename various classes from PCH to AST.Sebastian Redl
2010-08-11Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do wi...Sebastian Redl
2010-08-11Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor
2010-08-09- Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl
2010-07-30Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl
2010-05-13Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor
2009-11-04Tweak formatting.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-04-21Explictly track tentative definitions within Sema, then hand thoseDouglas Gregor
2009-04-20Introduce the notion of a SemaConsumer, which is an ASTConsumer thatDouglas Gregor
2009-03-29Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner
2009-03-28change HandleTranslationUnit to take an ASTContext instead of TranslationUnitChris Lattner
2009-03-28eliminate ASTConsumer::InitializeTU, all clients areChris Lattner
2009-01-20Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor
2008-08-29fix a comment that was forgotten in r54071Nico Weber
2008-07-25Remove unused ASTConsumer::HandleTopLevelDeclarationDaniel Dunbar
2008-07-02Added method "HandleTranslationUnit" to ASTConsumer. This is called by Parse...Ted Kremenek
2008-05-31Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass aTed Kremenek
2008-02-06pass the astconsumer into Sema's ctor, clean up some stuff in 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-29Added method "HandleTopLevelDeclaration" to ASTConsumer. This will eventuallyTed Kremenek
2007-11-03Fix ownership model of ParseAST to allow the dtor of Chris Lattner
2007-10-26Patch to synthesize computation of Ivar offset in rewritten c file.Fariborz Jahanian
2007-09-15add a new ASTConsumer consumer to simplify stuff in the driver.Chris Lattner