summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud