| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some handling of AST nodes with diagnostics. | Richard Trieu | 2018-03-28 | 1 | -3/+3 |
| * | [clang] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-03-27 | 1 | -1/+1 |
| * | [CodeGen] Mark fma as const for Android | Pirama Arumuga Nainar | 2018-03-26 | 1 | -2/+2 |
| * | [C++17] Fix class template argument deduction for default constructors withou... | Zhihao Yuan | 2018-03-24 | 1 | -4/+14 |
| * | [ObjC] Allow declaring __weak pointer fields in C structs in ARC. | Akira Hatanaka | 2018-03-19 | 1 | -5/+3 |
| * | Implement DR2229, which prohibits unnamed bit-fields from having qualifiers i... | Aaron Ballman | 2018-03-17 | 1 | -0/+7 |
| * | Implement C++ DR727, which permits explicit specializations at class scope. | Richard Smith | 2018-03-16 | 1 | -23/+21 |
| * | Check that a field is not annotated with attribute "unavailable" before | Akira Hatanaka | 2018-03-13 | 1 | -1/+1 |
| * | Serialize the NonTrivialToPrimitive* flags I added in r326307. | Akira Hatanaka | 2018-03-13 | 1 | -3/+3 |
| * | Reland "[Attr] Fix parameter indexing for several attributes" | Joel E. Denny | 2018-03-13 | 1 | -1/+1 |
| * | Re-land "[Sema] Make getCurFunction() return null outside function parsing" | Reid Kleckner | 2018-03-12 | 1 | -10/+11 |
| * | Revert "[ObjC] Allow declaring __weak pointer fields in C structs in | Akira Hatanaka | 2018-03-12 | 1 | -3/+5 |
| * | [ObjC] Allow declaring __weak pointer fields in C structs in ARC. | Akira Hatanaka | 2018-03-10 | 1 | -5/+3 |
| * | Revert "[Sema] Make getCurFunction() return null outside function parsing" | Reid Kleckner | 2018-03-08 | 1 | -11/+10 |
| * | [Sema] Make getCurFunction() return null outside function parsing | Reid Kleckner | 2018-03-08 | 1 | -10/+11 |
| * | Avoid including ScopeInfo.h from Sema.h | Reid Kleckner | 2018-03-07 | 1 | -1/+1 |
| * | Push a function scope when parsing function bodies without a declaration | Reid Kleckner | 2018-03-07 | 1 | -1/+9 |
| * | Revert r326602, it caused PR36620. | Nico Weber | 2018-03-07 | 1 | -1/+1 |
| * | Fix typo in comment. | Richard Smith | 2018-03-05 | 1 | -1/+1 |
| * | [Attr] Fix parameter indexing for several attributes | Joel E. Denny | 2018-03-02 | 1 | -1/+1 |
| * | [modules] Don't diagnose "redefinition" of a friend with a pending definition | Richard Smith | 2018-03-01 | 1 | -0/+9 |
| * | Function definition may have uninstantiated body | Serge Pavlov | 2018-03-01 | 1 | -2/+29 |
| * | Remove redundant casts. NFC | George Burgess IV | 2018-03-01 | 1 | -10/+9 |
| * | [ObjC] Allow declaring __strong pointer fields in structs in Objective-C | Akira Hatanaka | 2018-02-28 | 1 | -1/+19 |
| * | Replace incorrect usage of isInvalidDecl with intended setInvalidDecl | Erich Keane | 2018-02-21 | 1 | -1/+1 |
| * | [NFC] In Multiversion Check function, switch to return Diag | Erich Keane | 2018-02-20 | 1 | -67/+47 |
| * | Correct multiversion unsupported target behavior, add a test. | Erich Keane | 2018-02-20 | 1 | -0/+2 |
| * | [Sema] Don't mark plain MS enums as fixed | Reid Kleckner | 2018-02-12 | 1 | -24/+20 |
| * | [Sema][ObjC] Use SmallSetVector to fix a failing test on the reverse | Akira Hatanaka | 2018-02-06 | 1 | -0/+2 |
| * | [Sema] Add implicit members even for invalid CXXRecordDecls | Ilya Biryukov | 2018-02-02 | 1 | -3/+3 |
| * | PR36157: When injecting an implicit function declaration in C89, find the right | Richard Smith | 2018-02-01 | 1 | -0/+10 |
| * | [Sema] Fix a crash on invalid features in multiversioning | George Burgess IV | 2018-01-16 | 1 | -3/+3 |
| * | PR35862: Suppress -Wmissing-variable-declarations warning on inline variables, | Richard Smith | 2018-01-08 | 1 | -0/+2 |
| * | Implement Attribute Target MultiVersioning | Erich Keane | 2018-01-08 | 1 | -0/+357 |
| * | Make attribute instantiation instantiate all attributes, not just the first of | Richard Smith | 2018-01-04 | 1 | -1/+1 |
| * | PR33503: When a qualified name in a redeclaration names a prior declaration in | Richard Smith | 2018-01-03 | 1 | -10/+54 |
| * | Again reverting an attempt to convert the DeclSpec enums into scoped enums. | Faisal Vali | 2018-01-01 | 1 | -6/+6 |
| * | [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy... | Faisal Vali | 2018-01-01 | 1 | -6/+6 |
| * | Revert r321614 and r321615 | Faisal Vali | 2018-01-01 | 1 | -6/+6 |
| * | [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy... | Faisal Vali | 2018-01-01 | 1 | -6/+6 |
| * | [NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId... | Faisal Vali | 2017-12-30 | 1 | -21/+21 |
| * | [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum. | Faisal Vali | 2017-12-29 | 1 | -5/+5 |
| * | [Frontend] Handle skipped bodies in template instantiations | Ilya Biryukov | 2017-12-20 | 1 | -2/+4 |
| * | 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 | -6/+4 |
| * | PR35586: Relax two asserts that are overly restrictive | Erich Keane | 2017-12-11 | 1 | -2/+4 |
| * | Remove old concepts parsing code | Hubert Tong | 2017-12-07 | 1 | -184/+0 |
| * | Now that C++17 is official (https://www.iso.org/standard/68564.html), start c... | Aaron Ballman | 2017-12-04 | 1 | -11/+11 |
| * | [Modules TS] Added module re-export support. | Hamza Sood | 2017-11-21 | 1 | -4/+9 |
| * | [CodeGen] fix const-ness of cbrt and fma | Sanjay Patel | 2017-11-13 | 1 | -7/+25 |