| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unnecessary distinction between Ref_Compatible and | Richard Smith | 2016-10-21 | 1 | -4/+3 |
| * | [OpenCL] Allow partial initializer for array and struct | Yaxun Liu | 2016-10-11 | 1 | -2/+3 |
| * | PR22924, PR22845, some of CWG1464: When checking the initializer for an array | Richard Smith | 2016-10-05 | 1 | -6/+18 |
| * | Fix clang's handling of the copy performed in the second phase of class | Richard Smith | 2016-09-07 | 1 | -119/+106 |
| * | This patch implements PR#22821. | Roger Ferrer Ibanez | 2016-08-12 | 1 | -0/+4 |
| * | P0217R3: template instantiation support for decomposition declarations. | Richard Smith | 2016-08-12 | 1 | -1/+3 |
| * | P0217R3: Perform semantic checks and initialization for the bindings in a | Richard Smith | 2016-08-11 | 1 | -4/+17 |
| * | [OpenCL] Generate opaque type for sampler_t and function call for the initial... | Yaxun Liu | 2016-07-28 | 1 | -8/+83 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -2/+1 |
| * | Reverting 275417 | Roger Ferrer Ibanez | 2016-07-14 | 1 | -13/+0 |
| * | Diagnose taking address and reference binding of packed members | Roger Ferrer Ibanez | 2016-07-14 | 1 | -0/+13 |
| * | [OpenCL] An implementation of device side enqueue (DSE) from OpenCL v2.0 s6.1... | Anastasia Stulova | 2016-07-05 | 1 | -2/+2 |
| * | Mark inheriting constructors as deleted if the corresponding defaulted default | Richard Smith | 2016-06-29 | 1 | -1/+4 |
| * | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -14/+20 |
| * | Use ranges to concisely express iteration | David Majnemer | 2016-06-23 | 1 | -3/+3 |
| * | Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor... | Tim Shen | 2016-06-21 | 1 | -7/+23 |
| * | Remove a few gendered pronouns. | Nico Weber | 2016-06-10 | 1 | -1/+1 |
| * | Remove CXXConstructExpr::getFoundDecl(); it turned out to not be useful. | Richard Smith | 2016-06-10 | 1 | -1/+1 |
| * | Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary... | Tim Shen | 2016-06-09 | 1 | -23/+7 |
| * | [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr. | Tim Shen | 2016-06-09 | 1 | -7/+23 |
| * | Warn when a reference is bound to an empty l-value (dereferenced null pointer). | Nick Lewycky | 2016-05-14 | 1 | -0/+15 |
| * | Preserve the FoundDecl properly in constructor overload resolution. No | Richard Smith | 2016-05-12 | 1 | -9/+5 |
| * | Preserve the FoundDecl when performing overload resolution for constructors. | Richard Smith | 2016-05-11 | 1 | -73/+53 |
| * | [modules] Handle merged fields in designated initializers. | Richard Smith | 2016-04-08 | 1 | -3/+5 |
| * | P0138R2: Allow direct-list-initialization of an enumeration from an integral | Richard Smith | 2016-03-28 | 1 | -15/+57 |
| * | Add TreatUnavailableAsInvalid for the verification-only mode in InitListChecker. | Manman Ren | 2016-03-10 | 1 | -30/+57 |
| * | P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas... | Richard Smith | 2016-03-08 | 1 | -25/+106 |
| * | Implement the likely resolution of core issue 253. | Nico Weber | 2016-02-19 | 1 | -6/+11 |
| * | Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m... | Eugene Zelenko | 2016-02-12 | 1 | -9/+5 |
| * | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 |
| * | Fixed processing of GNU extensions to C99 designated initializers | Alexey Bataev | 2016-01-25 | 1 | -6/+6 |
| * | Split RequireCompleteType into a function that actually requires that the type | Richard Smith | 2015-12-18 | 1 | -7/+7 |
| * | Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call | Richard Smith | 2015-12-18 | 1 | -4/+5 |
| * | Fix crash on invalid initialization with std::initializer_list | Reid Kleckner | 2015-12-09 | 1 | -1/+2 |
| * | Fix PR20334: invalid assertion while diagnosing list initialization failure | Faisal Vali | 2015-12-07 | 1 | -1/+3 |
| * | Add the `pass_object_size` attribute to clang. | George Burgess IV | 2015-12-02 | 1 | -1/+27 |
| * | [Sema] Make `&function_with_enable_if_attrs` an error | George Burgess IV | 2015-10-12 | 1 | -1/+3 |
| * | [Sema] Don't create an invalid source range for overlong initializer lists. | Benjamin Kramer | 2015-09-23 | 1 | -2/+4 |
| * | Clarify the error message when the reason the conversion is not viable is bec... | Nick Lewycky | 2015-08-25 | 1 | -0/+1 |
| * | [Sema] Don't crash when diagnosing hack in libstdc++ | David Majnemer | 2015-08-21 | 1 | -2/+5 |
| * | Fix -Wredundant-move warning. | Richard Trieu | 2015-07-29 | 1 | -30/+3 |
| * | Disable -Wpessimizing-move and -Wredundant-move in template instantiations. | Richard Trieu | 2015-07-29 | 1 | -0/+3 |
| * | Do not give a -Wredundant-move warning when removing the move will result in an | Richard Trieu | 2015-07-28 | 1 | -1/+11 |
| * | [sema] Fix infinite loop when using a boolean value as designated initializer. | Argyrios Kyrtzidis | 2015-07-27 | 1 | -8/+6 |
| * | [Sema] Emit correct warning when copy-elision is not possible. | Davide Italiano | 2015-07-18 | 1 | -0/+5 |
| * | [Sema] Range-loopify InititializationSequence destructor. NFC intended. | Davide Italiano | 2015-07-01 | 1 | -4/+2 |
| * | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
| * | Implementing C99 partial re-initialization behavior (DR-253) | Yunzhong Gao | 2015-06-10 | 1 | -38/+194 |
| * | Have -Wredundant-move ignore reference types. | Richard Trieu | 2015-05-18 | 1 | -0/+3 |