| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reverting r321223 and its follow-up commit because of failing bots due to Mis... | Aaron Ballman | 2017-12-20 | 1 | -28/+16 |
* | Silence a -Wreorder warning from r321223. | Aaron Ballman | 2017-12-20 | 1 | -2/+2 |
* | Add a printing policy to the ASTDumper. | Aaron Ballman | 2017-12-20 | 1 | -16/+28 |
* | Silence a bunch of implicit fallthrough warnings | Adrian Prantl | 2017-12-19 | 1 | -1/+1 |
* | Refactor overridden methods iteration to avoid double lookups. | Benjamin Kramer | 2017-12-17 | 1 | -4/+3 |
* | Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData. | Richard Smith | 2017-09-22 | 1 | -0/+122 |
* | [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime in | Alexey Bataev | 2017-09-06 | 1 | -0/+10 |
* | Fix mangling for dependent "type { expr-list }" expressions, and add mangling... | Richard Smith | 2017-08-23 | 1 | -0/+13 |
* | Improve readability of CXX method overrides list | Lenar Safin | 2017-07-29 | 1 | -2/+5 |
* | Use getNameAsString instead of getName to get method names when dumping | Lang Hames | 2017-07-13 | 1 | -6/+2 |
* | Special-case handling of destructors in override lists when dumping ASTs. | Lang Hames | 2017-06-20 | 1 | -3/+6 |
* | Preserve CXX method overrides in ASTImporter | Lang Hames | 2017-06-20 | 1 | -0/+22 |
* | [modules] When creating a declaration, cache its owning module immediately | Richard Smith | 2017-05-17 | 1 | -3/+3 |
* | Revert r302965 - [modules] When creating a declaration, cache its owning | Daniel Jasper | 2017-05-15 | 1 | -3/+3 |
* | [modules] When creating a declaration, cache its owning module immediately | Richard Smith | 2017-05-12 | 1 | -3/+3 |
* | Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha... | Richard Smith | 2017-03-09 | 1 | -18/+27 |
* | Add template parameter depth and index to -ast-dump output. | Richard Smith | 2017-02-21 | 1 | -0/+3 |
* | Add two new AST nodes to represent initialization of an array in terms of | Richard Smith | 2016-12-12 | 1 | -0/+10 |
* | Store decls in prototypes on the declarator instead of in the AST | Reid Kleckner | 2016-12-09 | 1 | -5/+0 |
* | Indicate in AST dump whether special member functions are defaulted and trivial. | Richard Smith | 2016-11-21 | 1 | -1/+8 |
* | [AST] Dump dependent scope member expression with its member name | Alex Lorenz | 2016-11-09 | 1 | -0/+7 |
* | Teach clang-query to dump types. I couldn't find any existing tests for clang... | Richard Smith | 2016-11-02 | 1 | -3/+9 |
* | P0217R3: Perform semantic checks and initialization for the bindings in a | Richard Smith | 2016-08-11 | 1 | -0/+8 |
* | 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 |