summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+8
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-7/+0
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-0/+7
* Clean carriage returns from lib/ and include/. NFC.Malcolm Parsons2018-04-161-8/+8
* Implement C++ DR727, which permits explicit specializations at class scope.Richard Smith2018-03-161-1/+1
* Ensure code complete with !LoadExternal sees all local decls.Sam McCall2018-01-161-5/+4
* Track in the AST whether the operand to a UnaryOperator can overflow and then...Aaron Ballman2018-01-091-6/+8
* Add AST dumping support for _Generic expressions.Richard Smith2018-01-051-0/+32
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-211-16/+30
* 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
OpenPOWER on IntegriCloud