| Commit message (Expand) | Author | Age | Files | Lines |
* | P0217R3: Parsing support and framework for AST representation of C++1z | Richard Smith | 2016-07-22 | 1 | -0/+7 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -0/+32 |
* | Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a | Richard Smith | 2016-06-25 | 1 | -0/+4 |
* | Use even more ArrayRefs | David Majnemer | 2016-06-24 | 1 | -8/+4 |
* | Use more ArrayRefs | David Majnemer | 2016-06-24 | 1 | -1/+1 |
* | Fix a crash in the AST dumper. | Richard Trieu | 2016-06-09 | 1 | -2/+4 |
* | [OpenCL] Fix pipe type dump. | Xiuli Pan | 2016-05-03 | 1 | -0/+3 |
* | [OPENMP] Support dumping OpenMP specific constructs. | Alexey Bataev | 2016-03-31 | 1 | -0/+75 |
* | Serialize `#pragma detect_mismatch`. | Nico Weber | 2016-03-02 | 1 | -0/+7 |
* | Serialize `#pragma comment`. | Nico Weber | 2016-03-02 | 1 | -0/+16 |
* | Infrastructure improvements to Clang attribute TableGen. | John McCall | 2016-03-01 | 1 | -2/+0 |
* | Move LocInfoType from Sema to AST. | Benjamin Kramer | 2016-02-01 | 1 | -1/+1 |
* | Class Property: parse property attribute (class). | Manman Ren | 2016-01-26 | 1 | -0/+2 |
* | Improve AST dumping: | Richard Smith | 2016-01-12 | 1 | -0/+4 |
* | Avoid crash when dumping LocInfoType. | Serge Pavlov | 2015-12-28 | 1 | -0/+10 |
* | Fix crash in ASTDumper when dumping NamedDecl with NULL getQualifier(). | Dawn Perchik | 2015-12-05 | 1 | -3/+6 |
* | [Sema] Implement __make_integer_seq | David Majnemer | 2015-11-04 | 1 | -0/+7 |
* | PR14858: Initial support for proper sizeof... handling within alias templates. | Richard Smith | 2015-09-23 | 1 | -0/+3 |
* | Implement variance for Objective-C type parameters. | Douglas Gregor | 2015-07-07 | 1 | -0/+13 |
* | Parsing, semantic analysis, and AST for Objective-C type parameters. | Douglas Gregor | 2015-07-07 | 1 | -0/+25 |
* | Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)... | Benjamin Kramer | 2015-07-02 | 1 | -2/+2 |
* | [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul... | Alexey Bataev | 2015-07-02 | 1 | -0/+3 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | [modules] Include merged definition information in AST dumps. | Richard Smith | 2015-06-22 | 1 | -0/+4 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | [modules] Add local submodule visibility support for declarations. | Richard Smith | 2015-05-15 | 1 | -1/+3 |
* | Add a dump function to Stmt that takes only an output stream. No functionali... | Faisal Vali | 2015-03-22 | 1 | -0/+5 |
* | Fix -ast-dump of dependent new and delete exprs | Reid Kleckner | 2015-03-19 | 1 | -8/+12 |
* | Add -ast-dump support for new and delete expressions to help figure out which... | Reid Kleckner | 2015-03-19 | 1 | -0/+24 |
* | Enhance printing SizeOfPackExpr in dump. | Serge Pavlov | 2015-02-16 | 1 | -0/+8 |
* | [modules] Sometimes we can deserialize a class member but not have yet | Richard Smith | 2015-01-24 | 1 | -4/+7 |
* | ASTDumper: print whether a function is constexpr | Hans Wennborg | 2014-12-05 | 1 | -0/+4 |
* | Make QualType::dump() produce a useful dump of the structure of the type, | Richard Smith | 2014-10-31 | 1 | -5/+247 |
* | ASTDumper.cpp: Appease g++, for now. | NAKAMURA Takumi | 2014-10-31 | 1 | -4/+4 |
* | Refactor tree printing in AST dumping. | Richard Smith | 2014-10-30 | 1 | -541/+345 |
* | Fix for bug http://llvm.org/PR17427. | Alexey Bataev | 2014-10-09 | 1 | -9/+1 |
* | Don't print 'NULL TYPE' when dumping a delegating constructor. | Richard Trieu | 2014-09-12 | 1 | -1/+5 |
* | [modules] When performing a lookup into a namespace, ensure that any later | Richard Smith | 2014-08-13 | 1 | -1/+1 |
* | Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump | Richard Smith | 2014-08-11 | 1 | -5/+23 |
* | Factor out exception specification information from | Richard Smith | 2014-07-31 | 1 | -3/+3 |
* | Add AST dumping for VarDecl init kind. | Richard Smith | 2014-07-10 | 1 | -0/+5 |
* | Extend AST dump to include 'used' and 'referenced' flags, and put 'invalid' f... | Richard Smith | 2014-06-13 | 1 | -3/+6 |
* | Teach AST dumper to dump the array filler in an initializer list. | Richard Smith | 2014-06-03 | 1 | -0/+17 |
* | AST Dump: print the Inherited flag on attributes | Hans Wennborg | 2014-05-31 | 1 | -1/+3 |
* | Retain isImplicit flag for local variable declarations when instantiating | Alexander Kornienko | 2014-05-27 | 1 | -0/+2 |
* | [C++11] Use 'nullptr'. AST edition. | Craig Topper | 2014-05-12 | 1 | -11/+13 |
* | Fix null pointer segfault when calling dump() on a DeclStmt containing a VarD... | Alex McCarthy | 2014-05-02 | 1 | -0/+3 |
* | Add support for MSVC's __FUNCSIG__ | Reid Kleckner | 2014-04-08 | 1 | -0/+1 |
* | Add the location of Decls to ast dump. | David Blaikie | 2014-04-02 | 1 | -0/+2 |
* | Consistently dump default template arguments for template parameters as 'Temp... | Richard Smith | 2014-03-23 | 1 | -5/+11 |