summaryrefslogtreecommitdiff
path: root/lib/AST/ASTDumper.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-25Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith1-0/+4
2016-06-24Use even more ArrayRefsDavid Majnemer1-8/+4
2016-06-24Use more ArrayRefsDavid Majnemer1-1/+1
2016-06-09Fix a crash in the AST dumper.Richard Trieu1-2/+4
2016-05-03[OpenCL] Fix pipe type dump.Xiuli Pan1-0/+3
2016-03-31[OPENMP] Support dumping OpenMP specific constructs.Alexey Bataev1-0/+75
2016-03-02Serialize `#pragma detect_mismatch`.Nico Weber1-0/+7
2016-03-02Serialize `#pragma comment`.Nico Weber1-0/+16
2016-03-01Infrastructure improvements to Clang attribute TableGen.John McCall1-2/+0
2016-02-01Move LocInfoType from Sema to AST.Benjamin Kramer1-1/+1
2016-01-26Class Property: parse property attribute (class).Manman Ren1-0/+2
2016-01-12Improve AST dumping:Richard Smith1-0/+4
2015-12-28Avoid crash when dumping LocInfoType.Serge Pavlov1-0/+10
2015-12-05Fix crash in ASTDumper when dumping NamedDecl with NULL getQualifier().Dawn Perchik1-3/+6
2015-11-04[Sema] Implement __make_integer_seqDavid Majnemer1-0/+7
2015-09-23PR14858: Initial support for proper sizeof... handling within alias templates.Richard Smith1-0/+3
2015-07-07Implement variance for Objective-C type parameters.Douglas Gregor1-0/+13
2015-07-07Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor1-0/+25
2015-07-02Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer1-2/+2
2015-07-02[OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev1-0/+3
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22[modules] Include merged definition information in AST dumps.Richard Smith1-0/+4
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-15[modules] Add local submodule visibility support for declarations.Richard Smith1-1/+3
2015-03-22Add a dump function to Stmt that takes only an output stream. No functionali...Faisal Vali1-0/+5
2015-03-19Fix -ast-dump of dependent new and delete exprsReid Kleckner1-8/+12
2015-03-19Add -ast-dump support for new and delete expressions to help figure out which...Reid Kleckner1-0/+24
2015-02-16Enhance printing SizeOfPackExpr in dump.Serge Pavlov1-0/+8
2015-01-24[modules] Sometimes we can deserialize a class member but not have yetRichard Smith1-4/+7
2014-12-05ASTDumper: print whether a function is constexprHans Wennborg1-0/+4
2014-10-31Make QualType::dump() produce a useful dump of the structure of the type,Richard Smith1-5/+247
2014-10-31ASTDumper.cpp: Appease g++, for now.NAKAMURA Takumi1-4/+4
2014-10-30Refactor tree printing in AST dumping.Richard Smith1-541/+345
2014-10-09Fix for bug http://llvm.org/PR17427.Alexey Bataev1-9/+1
2014-09-12Don't print 'NULL TYPE' when dumping a delegating constructor.Richard Trieu1-1/+5
2014-08-13[modules] When performing a lookup into a namespace, ensure that any laterRichard Smith1-1/+1
2014-08-11Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dumpRichard Smith1-5/+23
2014-07-31Factor out exception specification information fromRichard Smith1-3/+3
2014-07-10Add AST dumping for VarDecl init kind.Richard Smith1-0/+5
2014-06-13Extend AST dump to include 'used' and 'referenced' flags, and put 'invalid' f...Richard Smith1-3/+6
2014-06-03Teach AST dumper to dump the array filler in an initializer list.Richard Smith1-0/+17
2014-05-31AST Dump: print the Inherited flag on attributesHans Wennborg1-1/+3
2014-05-27Retain isImplicit flag for local variable declarations when instantiatingAlexander Kornienko1-0/+2
2014-05-12[C++11] Use 'nullptr'. AST edition.Craig Topper1-11/+13
2014-05-02Fix null pointer segfault when calling dump() on a DeclStmt containing a VarD...Alex McCarthy1-0/+3
2014-04-08Add support for MSVC's __FUNCSIG__Reid Kleckner1-0/+1
2014-04-02Add the location of Decls to ast dump.David Blaikie1-0/+2
2014-03-23Consistently dump default template arguments for template parameters as 'Temp...Richard Smith1-5/+11
2014-03-19Comment parsing: fix a crash when dumping comment ast for a function templateDmitri Gribenko1-1/+1
2014-03-18More working around a GCC range-based for scope bug.Richard Smith1-4/+4