summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-201-28/+16
* Silence a -Wreorder warning from r321223.Aaron Ballman2017-12-201-2/+2
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-201-16/+28
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-1/+1
* Refactor overridden methods iteration to avoid double lookups.Benjamin Kramer2017-12-171-4/+3
* Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData.Richard Smith2017-09-221-0/+122
* [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime inAlexey Bataev2017-09-061-0/+10
* Fix mangling for dependent "type { expr-list }" expressions, and add mangling...Richard Smith2017-08-231-0/+13
* Improve readability of CXX method overrides listLenar Safin2017-07-291-2/+5
* Use getNameAsString instead of getName to get method names when dumpingLang Hames2017-07-131-6/+2
* Special-case handling of destructors in override lists when dumping ASTs.Lang Hames2017-06-201-3/+6
* Preserve CXX method overrides in ASTImporterLang Hames2017-06-201-0/+22
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-171-3/+3
* Revert r302965 - [modules] When creating a declaration, cache its owningDaniel Jasper2017-05-151-3/+3
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-121-3/+3
* Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...Richard Smith2017-03-091-18/+27
* Add template parameter depth and index to -ast-dump output.Richard Smith2017-02-211-0/+3
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-121-0/+10
* Store decls in prototypes on the declarator instead of in the ASTReid Kleckner2016-12-091-5/+0
* Indicate in AST dump whether special member functions are defaulted and trivial.Richard Smith2016-11-211-1/+8
* [AST] Dump dependent scope member expression with its member nameAlex Lorenz2016-11-091-0/+7
* Teach clang-query to dump types. I couldn't find any existing tests for clang...Richard Smith2016-11-021-3/+9
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-111-0/+8
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-0/+7
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-0/+32
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-251-0/+4
* Use even more ArrayRefsDavid Majnemer2016-06-241-8/+4
* Use more ArrayRefsDavid Majnemer2016-06-241-1/+1
* Fix a crash in the AST dumper.Richard Trieu2016-06-091-2/+4
* [OpenCL] Fix pipe type dump.Xiuli Pan2016-05-031-0/+3
* [OPENMP] Support dumping OpenMP specific constructs.Alexey Bataev2016-03-311-0/+75
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+7
* Serialize `#pragma comment`.Nico Weber2016-03-021-0/+16
* Infrastructure improvements to Clang attribute TableGen.John McCall2016-03-011-2/+0
* Move LocInfoType from Sema to AST.Benjamin Kramer2016-02-011-1/+1
* Class Property: parse property attribute (class).Manman Ren2016-01-261-0/+2
* Improve AST dumping:Richard Smith2016-01-121-0/+4
* Avoid crash when dumping LocInfoType.Serge Pavlov2015-12-281-0/+10
* Fix crash in ASTDumper when dumping NamedDecl with NULL getQualifier().Dawn Perchik2015-12-051-3/+6
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-0/+7
* PR14858: Initial support for proper sizeof... handling within alias templates.Richard Smith2015-09-231-0/+3
* Implement variance for Objective-C type parameters.Douglas Gregor2015-07-071-0/+13
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-0/+25
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-2/+2
* [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev2015-07-021-0/+3
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* [modules] Include merged definition information in AST dumps.Richard Smith2015-06-221-0/+4
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-1/+3
* Add a dump function to Stmt that takes only an output stream. No functionali...Faisal Vali2015-03-221-0/+5
OpenPOWER on IntegriCloud