summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/ASTConsumers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle -ast-dump-all when passed as the only option.Aaron Ballman2017-06-151-1/+1
* Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...Richard Smith2017-03-091-13/+26
* Handle StaticAssertDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+4
* Handle VarTemplateDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+4
* Handle AccessSpecDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+4
* Handle ClassTemplateSpecializationDecl in DeclContextPrinterAlex Lorenz2017-01-031-1/+22
* Handle EmptyDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+4
* Handle UsingDecl and UsingShadowDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+8
* Handle FriendDecl in DeclContextPrinterAlex Lorenz2017-01-031-0/+7
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-5/+8
* Use even more ArrayRefsDavid Majnemer2016-06-241-6/+4
* Use more ArrayRefsDavid Majnemer2016-06-241-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
* Remove some unused includes of llvm/IR headers from parts of Clang that reallyRichard Smith2015-02-261-1/+0
* Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dumpRichard Smith2014-08-111-5/+12
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-11/+14
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-14/+11
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-11/+14
* [C++11] Use 'nullptr'. Frontend edition.Craig Topper2014-05-221-5/+5
* De-virtualize a method. It's called through template magic and doesn't overri...Craig Topper2014-03-131-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-5/+5
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-071-17/+16
* [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...Aaron Ballman2014-03-071-3/+2
* Remove -ast-dump-xml.Richard Smith2013-10-071-20/+0
* Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test toRichard Smith2013-06-241-15/+19
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+4
* Add streamed versions of getQualifiedNameAsString.Benjamin Kramer2013-02-231-1/+2
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-4/+4
* Use color for -ast-dump-filter only when it is supportedDmitri Gribenko2012-11-211-3/+6
* Fix for -ast-dump-filterAlexander Kornienko2012-10-311-3/+1
* Fixed crash and added a test and a minor output problemAlexander Kornienko2012-08-171-2/+3
* Fix base type of ASTDeclNodeLister.Michael Han2012-08-151-1/+1
* Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko2012-07-311-0/+27
* Added -ast-dump-filter option to clang -cc1.Alexander Kornienko2012-07-261-17/+59
* Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis2011-11-181-1/+2
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-141-24/+24
* Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall2011-10-071-3/+3
* When 'bool' is not a built-in type but is defined as a macro, printDouglas Gregor2011-09-271-1/+1
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-2/+2
* Add template instantiations to the output of -ast-dump.Richard Trieu2011-07-281-1/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-7/+7
* Modify some deleted function methods to better reflect reality:Sean Hunt2011-05-061-1/+1
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-2/+3
* Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor2011-03-071-34/+0
* handle labeldecls.Chris Lattner2011-02-181-1/+6
* Eliminate the internal command-line option for viewing inheritance in C++ cla...Douglas Gregor2011-02-171-28/+0