| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for LLVM Bitcode API change (to use std::shared_ptr) | David Blaikie | 2017-01-04 | 1 | -29/+29 |
* | [c++1z] P0195R2: Support pack-expansion of using-declarations. | Richard Smith | 2016-12-20 | 1 | -0/+12 |
* | Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations." | Daniel Jasper | 2016-12-19 | 1 | -12/+0 |
* | [c++1z] P0195R2: Support pack-expansion of using-declarations. | Richard Smith | 2016-12-19 | 1 | -0/+12 |
* | Reinstate r284008 reverted in r284081, with two fixes: | Richard Smith | 2016-10-14 | 1 | -0/+4 |
* | Revert r284008. This is us to fail to instantiate static data members in some | Richard Smith | 2016-10-12 | 1 | -4/+0 |
* | Reinstate r283887 and r283882. | Vassil Vassilev | 2016-10-12 | 1 | -0/+4 |
* | Revert r283887 and r283882, until the issue is understood and fixed. | Vassil Vassilev | 2016-10-11 | 1 | -4/+0 |
* | [modules] PR28752: Do not instantiate variable declarations which are not vis... | Vassil Vassilev | 2016-10-11 | 1 | -0/+4 |
* | [modules] Allow VarDecls with initializers to use special var abbrev. | Vassil Vassilev | 2016-10-06 | 1 | -10/+8 |
* | C++ Modules TS: Add parsing and some semantic analysis support for | Richard Smith | 2016-09-08 | 1 | -0/+7 |
* | P0217R3: serialization/deserialization support for c++17 decomposition declar... | Richard Smith | 2016-08-12 | 1 | -2/+19 |
* | [modules] Don't emit initializers for VarDecls within a module eagerly whenever | Richard Smith | 2016-07-20 | 1 | -5/+5 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -2/+1 |
* | Revert r275481, r275490. This broke modules bootstrap. | Richard Smith | 2016-07-15 | 1 | -1/+1 |
* | [AST] Keep track of the left brace source location of a tag decl. | Argyrios Kyrtzidis | 2016-07-15 | 1 | -1/+3 |
* | [modules] Don't pass interesting decls to the consumer for a module file that's | Richard Smith | 2016-07-14 | 1 | -1/+1 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -2/+21 |
* | Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a | Richard Smith | 2016-06-25 | 1 | -0/+5 |
* | Use even more ArrayRefs | David Majnemer | 2016-06-24 | 1 | -3/+2 |
* | Use more ArrayRefs | David Majnemer | 2016-06-24 | 1 | -2/+2 |
* | Reland r267691 fixing PR27535. | Vassil Vassilev | 2016-04-28 | 1 | -10/+0 |
* | Revert r267691, it caused PR27535. | Nico Weber | 2016-04-27 | 1 | -0/+10 |
* | [modules] Fix Decl's Used invariant. | Vassil Vassilev | 2016-04-27 | 1 | -10/+0 |
* | [modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID of | Richard Smith | 2016-04-14 | 1 | -8/+1 |
* | [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID | Richard Smith | 2016-04-13 | 1 | -2/+2 |
* | ASTWriterDecl.cpp: Prune a couple of \param(s), corresponding to r266160. [-W... | NAKAMURA Takumi | 2016-04-13 | 1 | -10/+0 |
* | [modules] Refactor handling of cases where we write an offset to a prior reco... | Richard Smith | 2016-04-13 | 1 | -29/+12 |
* | Minor simplifications. | Richard Smith | 2016-04-06 | 1 | -1/+1 |
* | Re-commit r265518 ("[modules] Continue factoring encoding of AST records out of | Richard Smith | 2016-04-06 | 1 | -36/+28 |
* | [OPENMP] Parsing and Sema support for 'omp declare target' directive | Dmitry Polukhin | 2016-04-06 | 1 | -2/+4 |
* | Revert "[modules] Continue factoring encoding of AST records out of ASTWriter." | Dmitry Polukhin | 2016-04-06 | 1 | -28/+36 |
* | [modules] Continue factoring encoding of AST records out of ASTWriter. | Richard Smith | 2016-04-06 | 1 | -36/+28 |
* | [modules] Start moving the code for encoding AST records out of ASTWriter into | Richard Smith | 2016-04-01 | 1 | -240/+237 |
* | Remove unused support for replacing declarations from chained AST files. | Richard Smith | 2016-03-27 | 1 | -28/+14 |
* | [modules] Store a local offset to DeclContext lexical and visible contents. S... | Richard Smith | 2016-03-25 | 1 | -3/+9 |
* | [modules] Store offset to LOCAL_REDECLARATIONS record relative to the current | Richard Smith | 2016-03-24 | 1 | -1/+2 |
* | [OPENMP 4.0] Codegen for 'declare reduction' construct. | Alexey Bataev | 2016-03-04 | 1 | -2/+1 |
* | [OPENMP 4.0] Initial support for 'omp declare reduction' construct. | Alexey Bataev | 2016-03-03 | 1 | -0/+11 |
* | Serialize `#pragma detect_mismatch`. | Nico Weber | 2016-03-02 | 1 | -0/+13 |
* | Serialize `#pragma comment`. | Nico Weber | 2016-03-02 | 1 | -0/+11 |
* | PR26237: Fix iterator invalidation bug that occurs if serializing | Richard Smith | 2016-02-24 | 1 | -11/+11 |
* | [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC. | Alexey Bataev | 2016-02-11 | 1 | -3/+3 |
* | [OPENMP 4.5] Ccapture/codegen of private non-static data members. | Alexey Bataev | 2016-02-08 | 1 | -0/+6 |
* | Properly track that a character literal is UTF-8, and pretty print the prefix... | Aaron Ballman | 2016-01-07 | 1 | -1/+1 |
* | [modules] If the semantic and lexical DC of a decl are the same, write out the | Richard Smith | 2015-12-11 | 1 | -17/+28 |
* | Eliminate "rewritten decls" from the AST writer. NFC | Douglas Gregor | 2015-11-03 | 1 | -9/+5 |
* | No functionality change, just fix whitespace, a typo and remove an unnecessary | Nick Lewycky | 2015-10-18 | 1 | -2/+2 |
* | Simplify or remove calls to makeArrayRef based on feedback from David Blaikie... | Craig Topper | 2015-09-29 | 1 | -1/+1 |
* | Use llvm::makeArrayRef. NFC. | Craig Topper | 2015-09-27 | 1 | -1/+1 |