summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mention in AST dump whether a class declaration is a definition.Richard Smith2013-08-301-0/+2
* Show which decls are marked invalid in -ast-dump.Nick Lewycky2013-08-271-0/+3
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-2/+2
* Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test toRichard Smith2013-06-241-3/+5
* Add dumping support for DeclContext's StoredDeclsMap.Richard Smith2013-06-221-0/+59
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-0/+10
* Fix bitcode desynchronization when loading a PCH containing a class templateRichard Smith2013-05-231-3/+14
* In -ast-dump, only dump comments when dumping the actual Decl to which theyRichard Smith2013-05-211-4/+5
* AST dumping: if a declaration has an uncomputed or uninstantiated exception s...Richard Smith2013-05-171-0/+13
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* Provide operator<< for stream output of DeclarationNamesDavid Blaikie2013-05-141-3/+1
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-2/+5
* Add 178663 back.Rafael Espindola2013-04-031-2/+2
* Revert 178663.Rafael Espindola2013-04-031-2/+2
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-2/+2
* AST dumping: dump template instantiations only onceDmitri Gribenko2013-02-211-2/+8
* Remove const_casts by making spec_begin()/spec_end() constDmitri Gribenko2013-02-141-7/+5
* AST dumping: indicate the previous declaration for a redeclaration, andRichard Smith2013-02-071-1/+27
* Use const visitors in ASTDumper.Alexander Kornienko2013-02-011-225/+242
OpenPOWER on IntegriCloud