| Commit message (Expand) | Author | Age | Files | Lines |
| * | [coroutines] Build fallthrough and set_exception statements. | Eric Fiselier | 2016-10-27 | 1 | -0/+1 |
| * | Implement name mangling proposal for exception specifications from cxx-abi-de... | Richard Smith | 2016-10-26 | 1 | -0/+2 |
| * | Re-apply patch r279045. | Kelvin Li | 2016-10-25 | 1 | -0/+11 |
| * | [Sema][TreeTransform] Re-create DesignatedInitExpr when a field designator | Alex Lorenz | 2016-10-24 | 1 | -0/+13 |
| * | Add optimization to sizeof...(X) handling: if none of parameter pack X's | Richard Smith | 2016-10-19 | 1 | -0/+47 |
| * | Factor out a diagnostic kind enum for use in two %select expressions | Reid Kleckner | 2016-10-03 | 1 | -6/+4 |
| * | ObjectiveC generics: Add ObjCTypeParamType in the type system. | Manman Ren | 2016-09-13 | 1 | -0/+52 |
| * | [SemaObjC] Do not RebuildObjCMessageExpr without valid method decl | Bruno Cardoso Lopes | 2016-08-22 | 1 | -0/+3 |
| * | Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma" | Diana Picus | 2016-08-18 | 1 | -11/+0 |
| * | [OpenMP] Sema and parsing for 'teams distribute simd’ pragma | Kelvin Li | 2016-08-17 | 1 | -0/+11 |
| * | Pass information in a record instead of stack. NFC | Serge Pavlov | 2016-08-08 | 1 | -8/+6 |
| * | [OpenMP] Sema and parsing for 'teams distribute' pragma | Kelvin Li | 2016-08-05 | 1 | -0/+11 |
| * | [OpenMP] Sema and parsing for 'target simd' pragma | Kelvin Li | 2016-07-20 | 1 | -0/+11 |
| * | [ObjC] Implement @available in the Parser and AST | Erik Pilkington | 2016-07-16 | 1 | -0/+6 |
| * | [OpenMP] Sema and parsing for 'target parallel for simd' pragma | Kelvin Li | 2016-07-14 | 1 | -0/+12 |
| * | P0305R0: Semantic analysis and code generation for C++17 init-statement for '... | Richard Smith | 2016-07-14 | 1 | -6/+19 |
| * | [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt... | Carlo Bertolli | 2016-07-13 | 1 | -0/+27 |
| * | [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't... | Carlo Bertolli | 2016-07-13 | 1 | -0/+27 |
| * | [OpenMP] Sema and parsing for 'distribute simd' pragma | Kelvin Li | 2016-07-06 | 1 | -0/+11 |
| * | [Sema] Fix a bug where pack expansion was not expanded in type alias | Erik Pilkington | 2016-07-05 | 1 | -2/+8 |
| * | [OpenMP] Sema and parse for 'distribute parallel for simd' | Kelvin Li | 2016-07-05 | 1 | -0/+12 |
| * | P0305R1: Parsing support for init-statements in 'if' and 'switch' statements. | Richard Smith | 2016-06-29 | 1 | -2/+3 |
| * | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -0/+36 |
| * | Resubmission of http://reviews.llvm.org/D21564 after fixes. | Carlo Bertolli | 2016-06-27 | 1 | -0/+11 |
| * | Revert r273705 | Carlo Bertolli | 2016-06-24 | 1 | -11/+0 |
| * | [OpenMP] Initial implementation of parse and sema for composite pragma 'distr... | Carlo Bertolli | 2016-06-24 | 1 | -0/+11 |
| * | Use more ArrayRefs | David Majnemer | 2016-06-24 | 1 | -25/+21 |
| * | Implement p0292r2 (constexpr if), a likely C++1z feature. | Richard Smith | 2016-06-23 | 1 | -12/+27 |
| * | Re-commit r273548, reverted in r273589, with a fix to not produce | Richard Smith | 2016-06-23 | 1 | -136/+73 |
| * | Revert r273548, "Rearrange condition handling so that semantic checks on a co... | Peter Collingbourne | 2016-06-23 | 1 | -73/+136 |
| * | Rearrange condition handling so that semantic checks on a condition variable | Richard Smith | 2016-06-23 | 1 | -136/+73 |
| * | Use ranges to concisely express iteration | David Majnemer | 2016-06-23 | 1 | -19/+17 |
| * | Revert accidential "[MSVC] Late parsing of in-class defined member functions ... | Alexey Bataev | 2016-06-15 | 1 | -21/+0 |
| * | [MSVC] Late parsing of in-class defined member functions in template | Alexey Bataev | 2016-06-15 | 1 | -0/+21 |
| * | Remove CXXConstructExpr::getFoundDecl(); it turned out to not be useful. | Richard Smith | 2016-06-10 | 1 | -9/+2 |
| * | [OpenMP] Parsing and sema support for the from clause | Samuel Antao | 2016-05-26 | 1 | -0/+26 |
| * | [OpenMP] Parsing and sema support for the to clause | Samuel Antao | 2016-05-26 | 1 | -0/+25 |
| * | [OpenMP] Parsing and sema support for target update directive | Samuel Antao | 2016-05-26 | 1 | -0/+11 |
| * | Preserve the FoundDecl when performing overload resolution for constructors. | Richard Smith | 2016-05-11 | 1 | -3/+11 |
| * | [Cxx1z-constexpr-lambda-P0170R1] Support parsing of constexpr specifier (and... | Faisal Vali | 2016-03-26 | 1 | -1/+3 |
| * | [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3) | Faisal Vali | 2016-03-21 | 1 | -1/+3 |
| * | P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop... | Richard Smith | 2016-03-20 | 1 | -7/+13 |
| * | [OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses. | Alexey Bataev | 2016-03-17 | 1 | -3/+26 |
| * | Fix the template instantiation of ExtParameterInfos; tests to follow. | John McCall | 2016-03-01 | 1 | -10/+50 |
| * | [Sema] Remove assert in TreeTransform<Derived>::TransformObjCObjectType. | Akira Hatanaka | 2016-02-25 | 1 | -1/+0 |
| * | [OpenMP] Parsing + sema for target parallel for directive. | Arpith Chacko Jacob | 2016-02-03 | 1 | -0/+11 |
| * | [OpenMP] Parsing + sema for target parallel directive. | Arpith Chacko Jacob | 2016-01-26 | 1 | -0/+11 |
| * | [OpenMP] Parsing + sema for defaultmap clause. | Arpith Chacko Jacob | 2016-01-26 | 1 | -0/+6 |
| * | [OpenMP] Detect implicit map type to report unspecified map type for target e... | Samuel Antao | 2016-01-19 | 1 | -11/+12 |
| * | [OpenMP] Parsing + sema for "target exit data" directive. | Samuel Antao | 2016-01-19 | 1 | -0/+11 |