| Commit message (Expand) | Author | Age | Files | Lines |
* | [c++1z] P0195R2: Support pack-expansion of using-declarations. | Richard Smith | 2016-12-20 | 1 | -59/+134 |
* | Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations." | Daniel Jasper | 2016-12-19 | 1 | -134/+59 |
* | [c++1z] P0195R2: Support pack-expansion of using-declarations. | Richard Smith | 2016-12-19 | 1 | -59/+134 |
* | Fix some interactions between C++11 and C++14 features and using-declarations: | Richard Smith | 2016-12-18 | 1 | -23/+27 |
* | [Sema] Set range end of constructors and destructors in template instantiations | Malcolm Parsons | 2016-11-28 | 1 | -0/+2 |
* | [Sema] Fix a bug in enable_if condition instantiation. | George Burgess IV | 2016-11-17 | 1 | -3/+2 |
* | Fix PR28366: Handle variables from enclosing local scopes more gracefully dur... | Faisal Vali | 2016-11-13 | 1 | -1/+1 |
* | Reinstate r284008 reverted in r284081, with two fixes: | Richard Smith | 2016-10-14 | 1 | -22/+18 |
* | Revert r284008. This is us to fail to instantiate static data members in some | Richard Smith | 2016-10-12 | 1 | -18/+22 |
* | Reinstate r283887 and r283882. | Vassil Vassilev | 2016-10-12 | 1 | -22/+18 |
* | Revert r283887 and r283882, until the issue is understood and fixed. | Vassil Vassilev | 2016-10-11 | 1 | -18/+22 |
* | [modules] PR28752: Do not instantiate variable declarations which are not vis... | Vassil Vassilev | 2016-10-11 | 1 | -22/+18 |
* | [Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map. | Justin Lebar | 2016-10-10 | 1 | -3/+4 |
* | Simplify. NFC. | Vassil Vassilev | 2016-09-13 | 1 | -3/+3 |
* | PR12298 et al: don't recursively instantiate a template specialization from | Richard Smith | 2016-08-31 | 1 | -9/+26 |
* | Fix member call on null pointer, found by sanitizer buildbot. | Richard Smith | 2016-08-23 | 1 | -2/+4 |
* | Fix regression introduced by r279164: only pass definitions as the PatternDef | Richard Smith | 2016-08-23 | 1 | -45/+29 |
* | Revert r279486 "Fix regression introduced by r279164" | Chandler Carruth | 2016-08-23 | 1 | -29/+45 |
* | Fix regression introduced by r279164: only pass definitions as the PatternDef | Richard Smith | 2016-08-22 | 1 | -45/+29 |
* | PR28794: Don't try to instantiate function templates which are not visible. | Vassil Vassilev | 2016-08-18 | 1 | -11/+21 |
* | P0217R3: template instantiation support for decomposition declarations. | Richard Smith | 2016-08-12 | 1 | -8/+30 |
* | Remove unused and undesirable reference from BindingDecl to DecompositionDecl. | Richard Smith | 2016-08-12 | 1 | -7/+1 |
* | P0217R3: Constant expression evaluation for decomposition declarations. | Richard Smith | 2016-08-12 | 1 | -1/+7 |
* | Reapply r276069 with workaround for MSVC 2013 | Hubert Tong | 2016-07-30 | 1 | -1/+5 |
* | P0217R3: Parsing support and framework for AST representation of C++1z | Richard Smith | 2016-07-22 | 1 | -0/+10 |
* | Revert r276069: MSVC bots not happy | Hubert Tong | 2016-07-20 | 1 | -5/+1 |
* | Concepts: Create space for requires-clause in TemplateParameterList; NFC | Hubert Tong | 2016-07-20 | 1 | -1/+5 |
* | [AST] Keep track of the left brace source location of a tag decl. | Argyrios Kyrtzidis | 2016-07-15 | 1 | -3/+1 |
* | [AST] Use ArrayRef in more interfaces | David Majnemer | 2016-07-07 | 1 | -4/+3 |
* | [AST] Use ArrayRef in more interfaces | David Majnemer | 2016-07-06 | 1 | -10/+5 |
* | [AST] Use ArrayRef in more interfaces | David Majnemer | 2016-07-03 | 1 | -12/+6 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -36/+22 |
* | Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a | Richard Smith | 2016-06-25 | 1 | -8/+21 |
* | Use more ArrayRefs | David Majnemer | 2016-06-24 | 1 | -4/+4 |
* | Produce better pretty stack traces from crashes in template instantiation: add | Richard Smith | 2016-05-26 | 1 | -2/+6 |
* | [modules] Enforce the rules that an explicit or partial specialization must be | Richard Smith | 2016-05-05 | 1 | -0/+8 |
* | [Sema] Fix a crash that occurs when a variable template is initialized | Akira Hatanaka | 2016-04-28 | 1 | -3/+8 |
* | Warn if function or variable cannot be implicitly instantiated | Serge Pavlov | 2016-04-19 | 1 | -4/+25 |
* | [OPENMP 4.0] Support for 'linear' clause in 'declare simd' directive. | Alexey Bataev | 2016-04-12 | 1 | -5/+22 |
* | [OPENMP 4.0] Support for 'aligned' clause in 'declare simd' directive. | Alexey Bataev | 2016-04-12 | 1 | -4/+16 |
* | [OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive. | Alexey Bataev | 2016-04-12 | 1 | -4/+31 |
* | [OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause in 'declare simd' | Alexey Bataev | 2016-04-07 | 1 | -0/+21 |
* | Semantic analysis for the swiftcall calling convention. | John McCall | 2016-03-03 | 1 | -0/+6 |
* | [OPENMP 4.0] Initial support for 'omp declare reduction' construct. | Alexey Bataev | 2016-03-03 | 1 | -0/+75 |
* | Improve some infrastructure for extended parameter infos and | John McCall | 2016-03-03 | 1 | -0/+8 |
* | Serialize `#pragma detect_mismatch`. | Nico Weber | 2016-03-02 | 1 | -0/+5 |
* | Serialize `#pragma comment`. | Nico Weber | 2016-03-02 | 1 | -0/+5 |
* | Fix the template instantiation of ExtParameterInfos; tests to follow. | John McCall | 2016-03-01 | 1 | -2/+3 |
* | Fix assertion failure on MaybeODRUseExprs. | Manman Ren | 2016-02-24 | 1 | -0/+2 |
* | [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC. | Alexey Bataev | 2016-02-11 | 1 | -2/+2 |