summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/ASTConsumers.h
Commit message (Expand)AuthorAgeFilesLines
* Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...Richard Smith2017-03-091-1/+1
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-1/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+0
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dumpRichard Smith2014-08-111-1/+2
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-5/+9
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-9/+5
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-5/+9
* Remove -ast-dump-xml.Richard Smith2013-10-071-4/+0
* Remove forward declarations of sys::Path.Rafael Espindola2013-06-261-3/+0
* Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test toRichard Smith2013-06-241-1/+1
* Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko2012-07-311-0/+4
* Added -ast-dump-filter option to clang -cc1.Alexander Kornienko2012-07-261-2/+2
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-1/+1
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-201-3/+4
* Remove unused STL header includes.Jay Foad2011-04-231-2/+0
* Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor2011-03-071-6/+0
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-2/+0
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-0/+2
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-2/+0
* Eliminate the internal command-line option for viewing inheritance in C++ cla...Douglas Gregor2011-02-171-4/+0
* Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internalsJohn McCall2010-11-241-0/+4
* Reshuffle the PCH generator action and consumer, so that we can re-useDouglas Gregor2010-08-031-8/+0
* Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl2010-07-301-2/+1
* Add a callback interface that allows interested parties to get notified whene...Sebastian Redl2010-07-141-1/+1
* Some preparatory work for chained PCH. No functionality change.Sebastian Redl2010-07-081-0/+2
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-14/+0
* Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l...Daniel Dunbar2010-04-081-4/+0
* Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer.Daniel Dunbar2010-02-251-20/+0
* clang -cc1: Wire up -emit-obj, for emitting object files.Daniel Dunbar2010-02-031-3/+4
* Remove RewriteBlocks. It has been superseded by RewriteObjCKovarththanan Rajaratnam2009-12-231-6/+0
* Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar2009-12-111-3/+3
* Eliminate CodeGenOptions::TimePasses.Daniel Dunbar2009-11-301-0/+1
* Add TargetOptions and use it when constructing targets.Daniel Dunbar2009-11-151-2/+4
* Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.Chandler Carruth2009-11-121-3/+3
* Kill PreprocessorFactory, which was both morally repugnant and totally unused.Daniel Dunbar2009-11-041-5/+5
* Add a -dump-record-layouts argument to clang-cc.Anders Carlsson2009-09-241-0/+4
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-2/+2
* prune #includes.Chris Lattner2009-08-241-6/+5
* LLVMContext is a class now.Benjamin Kramer2009-08-111-1/+1
* Update for LLVM API change.Owen Anderson2009-08-051-1/+1
* Match declaration to definition.Daniel Dunbar2009-07-121-1/+1
* Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor2009-07-071-1/+2
* Update for changes in LLVM. Hopefully this is the last one for a while.Owen Anderson2009-07-011-1/+1
* Hold the LLVMContext by reference instead of by pointer.Owen Anderson2009-07-011-1/+1
* Update for LLVMContext+Module change.Owen Anderson2009-07-011-1/+3
* Refactor and clean up the AST printer, so that it uses a DeclVisitor,Douglas Gregor2009-05-301-4/+2
* AST XML dump, from Olaf Krzikalla!Douglas Gregor2009-05-211-0/+6