summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/ASTConsumer.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-11/+11
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+0
* For MS ABI, emit dllexport friend functions defined inline in classStephan Bergmann2016-03-301-3/+3
* Revert "For MS ABI, emit dllexport friend functions defined inline in class"Reid Kleckner2016-03-171-3/+3
* For MS ABI, emit dllexport friend functions defined inline in classReid Kleckner2016-03-171-3/+3
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-6/+0
* Serialize `#pragma comment`.Nico Weber2016-03-021-10/+0
* [MS ABI] Allow a member pointers' converted type to changeDavid Majnemer2016-01-261-0/+4
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-3/+4
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Remove ASTConsumer::HandleVTable()'s bool parameter.Nico Weber2015-01-151-5/+1
* Remove stale part of comment.Eli Bendersky2014-06-121-3/+1
* Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg2014-05-231-0/+5
* [C++11] Use 'nullptr'Craig Topper2014-05-061-2/+2
* Remove HandleTagDeclDefinition class declarationAlp Toker2013-12-031-1/+0
* PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit...David Blaikie2013-07-131-0/+4
* Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...Aaron Ballman2013-06-041-0/+6
* Forward #pragma comment(lib/linker) through as flags metadataReid Kleckner2013-05-081-0/+11
* [Preprocessor] Remove PPMutationListener.Argyrios Kyrtzidis2013-03-271-6/+0
* Allow an ASTConsumer to selectively skip function bodies while parsing. PatchRichard Smith2012-11-271-0/+9
* Remove pointless classof()'s.Sean Silva2012-10-111-3/+0
* Rework the (de-)serialization of macros, as stored inDouglas Gregor2012-10-091-0/+6
* Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invokedArgyrios Kyrtzidis2012-10-031-0/+6
* Replace MarkVarRequired with a more genericRafael Espindola2012-03-081-4/+3
* Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola2012-03-051-0/+5
* [libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis2012-02-101-0/+7
* Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis2011-11-181-1/+3
* Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie2011-11-091-1/+3
* Introduce ASTConsumer::HandleTopLevelDeclInObjCContainer which acceptsArgyrios Kyrtzidis2011-10-171-0/+5
* Synthesizing the definition of an implicit member is an AST modification, so ...Sebastian Redl2011-04-241-1/+1
* Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis2010-10-241-2/+6
* More PCH -> AST renaming.Sebastian Redl2010-08-181-1/+1
* Rename various classes from PCH to AST.Sebastian Redl2010-08-181-4/+4
* Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do wi...Sebastian Redl2010-08-111-0/+5
* Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor2010-08-111-5/+0
* - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl2010-08-091-0/+5
* Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl2010-07-301-1/+8
* Rework when and how vtables are emitted, by tracking where vtables areDouglas Gregor2010-05-131-0/+12
* Tweak formatting.Daniel Dunbar2009-11-041-10/+9
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-6/+6
* Explictly track tentative definitions within Sema, then hand thoseDouglas Gregor2009-04-211-0/+12
* Introduce the notion of a SemaConsumer, which is an ASTConsumer thatDouglas Gregor2009-04-201-2/+14
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-3/+3
* change HandleTranslationUnit to take an ASTContext instead of TranslationUnitChris Lattner2009-03-281-2/+1
* eliminate ASTConsumer::InitializeTU, all clients areChris Lattner2009-03-281-2/+0
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-1/+1
* fix a comment that was forgotten in r54071Nico Weber2008-08-291-1/+3
* Remove unused ASTConsumer::HandleTopLevelDeclarationDaniel Dunbar2008-07-251-8/+0