summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix -ast-dump of dependent new and delete exprsReid Kleckner2015-03-191-8/+12
* Add -ast-dump support for new and delete expressions to help figure out which...Reid Kleckner2015-03-191-0/+24
* Enhance printing SizeOfPackExpr in dump.Serge Pavlov2015-02-161-0/+8
* [modules] Sometimes we can deserialize a class member but not have yetRichard Smith2015-01-241-4/+7
* ASTDumper: print whether a function is constexprHans Wennborg2014-12-051-0/+4
* Make QualType::dump() produce a useful dump of the structure of the type,Richard Smith2014-10-311-5/+247
* ASTDumper.cpp: Appease g++, for now.NAKAMURA Takumi2014-10-311-4/+4
* Refactor tree printing in AST dumping.Richard Smith2014-10-301-541/+345
* Fix for bug http://llvm.org/PR17427.Alexey Bataev2014-10-091-9/+1
* Don't print 'NULL TYPE' when dumping a delegating constructor.Richard Trieu2014-09-121-1/+5
* [modules] When performing a lookup into a namespace, ensure that any laterRichard Smith2014-08-131-1/+1
* Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dumpRichard Smith2014-08-111-5/+23
* Factor out exception specification information fromRichard Smith2014-07-311-3/+3
* Add AST dumping for VarDecl init kind.Richard Smith2014-07-101-0/+5
* Extend AST dump to include 'used' and 'referenced' flags, and put 'invalid' f...Richard Smith2014-06-131-3/+6
* Teach AST dumper to dump the array filler in an initializer list.Richard Smith2014-06-031-0/+17
* AST Dump: print the Inherited flag on attributesHans Wennborg2014-05-311-1/+3
* Retain isImplicit flag for local variable declarations when instantiatingAlexander Kornienko2014-05-271-0/+2
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-11/+13
* Fix null pointer segfault when calling dump() on a DeclStmt containing a VarD...Alex McCarthy2014-05-021-0/+3
* Add support for MSVC's __FUNCSIG__Reid Kleckner2014-04-081-0/+1
* Add the location of Decls to ast dump.David Blaikie2014-04-021-0/+2
* Consistently dump default template arguments for template parameters as 'Temp...Richard Smith2014-03-231-5/+11
* Comment parsing: fix a crash when dumping comment ast for a function templateDmitri Gribenko2014-03-191-1/+1
* More working around a GCC range-based for scope bug.Richard Smith2014-03-181-4/+4
* AST dumper: if we have multiple implicit instantiations of the same classRichard Smith2014-03-181-16/+48
* Fix variable shadowing. Due to a bug in GCC's implementation of range-based forRichard Smith2014-03-181-2/+2
* Factor out repeated code in dumping template declarations.Richard Smith2014-03-171-40/+18
* Range-ify and simplify some of the AST dumping code by factoring out the last...Richard Smith2014-03-171-81/+75
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-141-8/+7
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-7/+5
* [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...Aaron Ballman2014-03-081-1/+1
* [C++11] Replacing BlockDecl iterators param_begin() and param_end() with iter...Aaron Ballman2014-03-071-3/+2
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-071-1/+1
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-071-1/+1
* Change the color of comment nodes from bright yellow to blue. Bright yellow onRichard Trieu2014-03-061-1/+12
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-1/+1
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-161-0/+3
* Only mark dump() function definitions 'used' in debug buildsAlp Toker2014-01-041-16/+12
* [objc] Refactor and improve functionality for the -Wunused-property-ivar warn...Argyrios Kyrtzidis2014-01-031-2/+0
* Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman2014-01-031-7/+10
* [-fms-extensions] Add support for __FUNCDNAME__David Majnemer2013-11-061-0/+1
* ObjectiveC: under -Wunused-property-ivar warn if property'sFariborz Jahanian2013-10-251-0/+2
* Teach AST dumper to dump the containing module and hidden flag for declarations.Richard Smith2013-10-221-0/+7
* Fix 80-column violation.Richard Smith2013-10-181-1/+2
* Rename some functions for consistency.Rafael Espindola2013-10-171-1/+1
* Teach the AST dumper to dump the canonical declaration for a mergeable declar...Richard Smith2013-10-151-9/+16
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-09-261-0/+4
* -ast-dump support for variable templates.Richard Smith2013-09-181-0/+48
* ASTDumper: fix dump of CXXCatchStmtPavel Labath2013-09-041-0/+6
OpenPOWER on IntegriCloud