| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add default calling convention support for regcall. | Erich Keane | 2017-11-02 | 1 | -0/+7 |
* | Fix missing -Wregister warning when 'register' is applied to a function param... | Richard Smith | 2017-11-01 | 1 | -0/+8 |
* | [Sema] Fix an assert-on-invalid by avoiding function template specialisation | Alex Lorenz | 2017-10-27 | 1 | -4/+4 |
* | [Sema] Add support for flexible array members in Obj-C. | Volodymyr Sapsai | 2017-10-23 | 1 | -52/+63 |
* | [Sema] Fix assertion failure when checking for unused variables in a dependen... | Benjamin Kramer | 2017-10-19 | 1 | -1/+1 |
* | Fix PR34981, a crash-on-invalid merging dllimport to an invalid redecl. | Nico Weber | 2017-10-17 | 1 | -2/+3 |
* | Convert clang::LangAS to a strongly typed enum | Alexander Richardson | 2017-10-15 | 1 | -3/+3 |
* | Re-land r315787, "[Sema] Warn about unused variables if we can constant evalu... | Benjamin Kramer | 2017-10-14 | 1 | -1/+2 |
* | Revert rL315787, "[Sema] Warn about unused variables if we can constant evalu... | NAKAMURA Takumi | 2017-10-14 | 1 | -2/+1 |
* | [Sema] Warn about unused variables if we can constant evaluate the initializer. | Benjamin Kramer | 2017-10-14 | 1 | -1/+2 |
* | [OpenCL] Add LangAS::opencl_private to represent private address space in AST | Yaxun Liu | 2017-10-13 | 1 | -13/+12 |
* | [Sema][ObjC] Complete merging ObjC methods before checking their | Akira Hatanaka | 2017-10-12 | 1 | -2/+0 |
* | [Modules TS] Diagnose missing/duplicate module-declaration. | Richard Smith | 2017-10-11 | 1 | -5/+13 |
* | [Modules TS] Diagnose attempts to enter module implementation units without t... | Richard Smith | 2017-10-10 | 1 | -5/+7 |
* | [Modules TS] Module ownership semantics for redeclarations. | Richard Smith | 2017-10-10 | 1 | -16/+69 |
* | For dllexport class templates, export specializations of member functions (PR... | Hans Wennborg | 2017-10-10 | 1 | -0/+16 |
* | Revert "[Modules TS] Module ownership semantics for redeclarations." | Eric Liu | 2017-10-10 | 1 | -69/+16 |
* | [Modules TS] Module ownership semantics for redeclarations. | Richard Smith | 2017-10-09 | 1 | -16/+69 |