| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove unused variables. No functionality change. | Benjamin Kramer | 2017-10-08 | 1 | -1/+0 |
* | Revert "For dllexport class templates, export specializations of member funct... | Reid Kleckner | 2017-10-06 | 1 | -15/+0 |
* | For dllexport class templates, export specializations of member functions (PR... | Hans Wennborg | 2017-10-05 | 1 | -0/+15 |
* | Fix 'section' warning behavior with tentatively-defined values | Erich Keane | 2017-10-04 | 1 | -1/+1 |
* | We allow implicit function declarations as an extension in all C dialects. Re... | Richard Smith | 2017-10-04 | 1 | -5/+3 |
* | PR34822: Fix a collection of related bugs with our handling of C89 implicit f... | Richard Smith | 2017-10-04 | 1 | -15/+29 |
* | PR33839: Fix -Wunused handling for structured binding declarations. | Richard Smith | 2017-10-02 | 1 | -5/+21 |
* | Dependent Address Space Support | Andrew Gozillon | 2017-10-02 | 1 | -1/+3 |
* | Consolidate std::move() detection code. No behavior change. | Nico Weber | 2017-09-28 | 1 | -8/+3 |
* | Emit section information for extern variables. | Erich Keane | 2017-09-26 | 1 | -0/+10 |
* | Fix tracking of whether a destructor would be deleted. | Richard Smith | 2017-09-22 | 1 | -1/+3 |
* | [fixup][Sema] Allow in C to define tags inside enumerations. | Volodymyr Sapsai | 2017-09-21 | 1 | -1/+2 |
* | Implement C++ [basic.link]p8. | Richard Smith | 2017-09-20 | 1 | -13/+1 |
* | [Sema] Error out early for tags defined inside an enumeration. | Volodymyr Sapsai | 2017-09-15 | 1 | -0/+6 |
* | Recommit "Add _Float16 as a C/C++ source language type" | Sjoerd Meijer | 2017-09-08 | 1 | -0/+1 |
* | Revert "Add _Float16 as a C/C++ source language type" | Sjoerd Meijer | 2017-09-08 | 1 | -1/+0 |