Age | Commit message (Expand) | Author |
2013-03-27 | [Preprocessor] Remove PPMutationListener. | Argyrios Kyrtzidis |
2012-11-27 | Allow an ASTConsumer to selectively skip function bodies while parsing. Patch | Richard Smith |
2012-10-11 | Remove pointless classof()'s. | Sean Silva |
2012-10-09 | Rework the (de-)serialization of macros, as stored in | Douglas Gregor |
2012-10-03 | Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invoked | Argyrios Kyrtzidis |
2012-03-08 | Replace MarkVarRequired with a more generic | Rafael Espindola |
2012-03-05 | Fix 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-18 | Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue | Argyrios Kyrtzidis |
2011-11-09 | Fixing 80 col violations (& removing any trailing whitespace on files I was t... | David Blaikie |
2011-10-17 | Introduce ASTConsumer::HandleTopLevelDeclInObjCContainer which accepts | Argyrios Kyrtzidis |
2011-04-24 | Synthesizing the definition of an implicit member is an AST modification, so ... | Sebastian Redl |
2010-10-24 | Put the mechanism in place to track modifications in an AST entity that were ... | Argyrios Kyrtzidis |
2010-08-18 | More PCH -> AST renaming. | Sebastian Redl |
2010-08-18 | Rename various classes from PCH to AST. | Sebastian Redl |
2010-08-11 | Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do wi... | Sebastian Redl |
2010-08-11 | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor |
2010-08-09 | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl |
2010-07-30 | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl |
2010-05-13 | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor |
2009-11-04 | Tweak formatting. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-04-21 | Explictly track tentative definitions within Sema, then hand those | Douglas Gregor |
2009-04-20 | Introduce the notion of a SemaConsumer, which is an ASTConsumer that | Douglas Gregor |
2009-03-29 | Push DeclGroup much farther throughout the compiler. Now the various | Chris Lattner |
2009-03-28 | change HandleTranslationUnit to take an ASTContext instead of TranslationUnit | Chris Lattner |
2009-03-28 | eliminate ASTConsumer::InitializeTU, all clients are | Chris Lattner |
2009-01-20 | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor |
2008-08-29 | fix a comment that was forgotten in r54071 | Nico Weber |
2008-07-25 | Remove unused ASTConsumer::HandleTopLevelDeclaration | Daniel Dunbar |
2008-07-02 | Added method "HandleTranslationUnit" to ASTConsumer. This is called by Parse... | Ted Kremenek |
2008-05-31 | Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a | Ted Kremenek |
2008-02-06 | pass the astconsumer into Sema's ctor, clean up some stuff in | Chris Lattner |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-19 | Interned MainFileID within SourceManager. Since SourceManager is referenced by | Ted Kremenek |
2007-11-29 | Added method "HandleTopLevelDeclaration" to ASTConsumer. This will eventually | Ted Kremenek |
2007-11-03 | Fix ownership model of ParseAST to allow the dtor of | Chris Lattner |
2007-10-26 | Patch to synthesize computation of Ivar offset in rewritten c file. | Fariborz Jahanian |
2007-09-15 | add a new ASTConsumer consumer to simplify stuff in the driver. | Chris Lattner |