| Commit message (Expand) | Author | Age | Files | Lines |
* | [c++1z] P0195R2: Support pack-expansion of using-declarations. | Richard Smith | 2016-12-20 | 1 | -1/+4 |
* | Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations." | Daniel Jasper | 2016-12-19 | 1 | -4/+1 |
* | [c++1z] P0195R2: Support pack-expansion of using-declarations. | Richard Smith | 2016-12-19 | 1 | -1/+4 |
* | When a DecompositionDecl is marked invalid, also set the child BindingDecl's to | Richard Trieu | 2016-11-11 | 1 | -1/+13 |
* | Add a note that points to the linkage specifier for the C++ linkage errors | Alex Lorenz | 2016-11-02 | 1 | -0/+12 |
* | Retire llvm::alignOf in favor of C++11 alignof. | Benjamin Kramer | 2016-10-20 | 1 | -5/+3 |
* | [Modules TS] Diagnose 'export' declaration within 'export' declaration. | Richard Smith | 2016-09-26 | 1 | -0/+16 |
* | Modules: revert r280728. | Manman Ren | 2016-09-09 | 1 | -6/+4 |
* | C++ Modules TS: Add parsing and some semantic analysis support for | Richard Smith | 2016-09-08 | 1 | -5/+7 |
* | Modules: Fix an assertion in DeclContext::buildLookup. | Manman Ren | 2016-09-06 | 1 | -4/+6 |
* | Reapply r277058: "[ObjC] Consider availability of context when emitting avail... | Erik Pilkington | 2016-07-29 | 1 | -12/+14 |
* | Revert "[ObjC] Consider availability of context when emitting availability wa... | Erik Pilkington | 2016-07-28 | 1 | -14/+12 |
* | [ObjC] Consider availability of context when emitting availability warnings | Erik Pilkington | 2016-07-28 | 1 | -12/+14 |
* | P0217R3: Parsing support and framework for AST representation of C++1z | Richard Smith | 2016-07-22 | 1 | -0/+2 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -1/+0 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -0/+1 |
* | Don't use static variables in LambdaCapture | John Brawn | 2016-06-15 | 1 | -3/+4 |
* | Reland r267691 fixing PR27535. | Vassil Vassilev | 2016-04-28 | 1 | -7/+11 |
* | Revert r267691, it caused PR27535. | Nico Weber | 2016-04-27 | 1 | -11/+7 |
* | [modules] Fix Decl's Used invariant. | Vassil Vassilev | 2016-04-27 | 1 | -7/+11 |
* | Warn if function or variable cannot be implicitly instantiated | Serge Pavlov | 2016-04-19 | 1 | -0/+11 |
* | [GCC] Attribute ifunc support in clang | Dmitry Polukhin | 2016-04-11 | 1 | -0/+12 |
* | [modules] Don't try to add lookup results to non-lookup contexts. | Vassil Vassilev | 2016-04-06 | 1 | -2/+5 |
* | Sema: Treat 'strict' availability flag like unavailable | Duncan P. N. Exon Smith | 2016-03-08 | 1 | -1/+1 |
* | [OPENMP 4.0] Initial support for 'omp declare reduction' construct. | Alexey Bataev | 2016-03-03 | 1 | -0/+4 |
* | Serialize `#pragma detect_mismatch`. | Nico Weber | 2016-03-02 | 1 | -0/+1 |
* | Serialize `#pragma comment`. | Nico Weber | 2016-03-02 | 1 | -0/+1 |
* | SemaCXX: Support templates in availability attributes | Duncan P. N. Exon Smith | 2016-02-26 | 1 | -0/+3 |
* | [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC. | Alexey Bataev | 2016-02-11 | 1 | -1/+1 |
* | [OPENMP 4.5] Ccapture/codegen of private non-static data members. | Alexey Bataev | 2016-02-08 | 1 | -0/+1 |
* | PR26048, PR26050: put non-type template parameters and indirect field decls | Richard Smith | 2016-01-06 | 1 | -1/+6 |
* | [modules] Follow the C++ standard's rule for linkage of enumerators: they have | Richard Smith | 2015-11-13 | 1 | -7/+10 |
* | [Sema] Implement __make_integer_seq | David Majnemer | 2015-11-04 | 1 | -0/+1 |
* | Roll-back r250822. | Angel Garcia Gomez | 2015-10-20 | 1 | -2/+2 |
* | Apply modernize-use-default to clang. | Angel Garcia Gomez | 2015-10-20 | 1 | -2/+2 |
* | No functionality change, just fix whitespace, a typo and remove an unnecessary | Nick Lewycky | 2015-10-18 | 1 | -1/+1 |
* | Changes missed from r245810 | Serge Pavlov | 2015-08-23 | 1 | -3/+3 |
* | Instantiate function declarations in instantiated functions. | Serge Pavlov | 2015-08-23 | 1 | -0/+12 |
* | function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove its | Richard Smith | 2015-08-05 | 1 | -8/+1 |
* | Fix alignment issues in Clang. | James Y Knight | 2015-07-17 | 1 | -2/+17 |
* | Parsing, semantic analysis, and AST for Objective-C type parameters. | Douglas Gregor | 2015-07-07 | 1 | -0/+1 |
* | [modules] Don't make out-of-line member specializations of an instantiated | Richard Smith | 2015-07-01 | 1 | -0/+1 |
* | [modules] Fix some visibility issues with default template arguments. | Richard Smith | 2015-06-09 | 1 | -0/+4 |
* | [modules] Add local submodule visibility support for declarations. | Richard Smith | 2015-05-15 | 1 | -0/+6 |
* | [modules] More removal of unnecessary deserialization of lexical decls. | Richard Smith | 2015-03-24 | 1 | -2/+0 |
* | When looking for lexical decls from an external source, check all contexts | Richard Smith | 2015-03-24 | 1 | -15/+21 |
* | [modules] Remove redundant import of lexical decls when building a lookup table | Richard Smith | 2015-03-23 | 1 | -51/+48 |
* | Reverting r232793 until some new LLDB failures are discussed | Vince Harron | 2015-03-22 | 1 | -5/+30 |
* | [modules] Remove some redundant work when building a lookup table for a DeclC... | Richard Smith | 2015-03-20 | 1 | -30/+5 |
* | Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext | Richard Smith | 2015-03-07 | 1 | -0/+2 |