summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary distinction between Ref_Compatible andRichard Smith2016-10-211-4/+3
* [OpenCL] Allow partial initializer for array and structYaxun Liu2016-10-111-2/+3
* PR22924, PR22845, some of CWG1464: When checking the initializer for an arrayRichard Smith2016-10-051-6/+18
* Fix clang's handling of the copy performed in the second phase of classRichard Smith2016-09-071-119/+106
* This patch implements PR#22821.Roger Ferrer Ibanez2016-08-121-0/+4
* P0217R3: template instantiation support for decomposition declarations.Richard Smith2016-08-121-1/+3
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-111-4/+17
* [OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu2016-07-281-8/+83
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+1
* Reverting 275417Roger Ferrer Ibanez2016-07-141-13/+0
* Diagnose taking address and reference binding of packed membersRoger Ferrer Ibanez2016-07-141-0/+13
* [OpenCL] An implementation of device side enqueue (DSE) from OpenCL v2.0 s6.1...Anastasia Stulova2016-07-051-2/+2
* Mark inheriting constructors as deleted if the corresponding defaulted defaultRichard Smith2016-06-291-1/+4
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-14/+20
* Use ranges to concisely express iterationDavid Majnemer2016-06-231-3/+3
* Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...Tim Shen2016-06-211-7/+23
* Remove a few gendered pronouns.Nico Weber2016-06-101-1/+1
* Remove CXXConstructExpr::getFoundDecl(); it turned out to not be useful.Richard Smith2016-06-101-1/+1
* Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...Tim Shen2016-06-091-23/+7
* [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.Tim Shen2016-06-091-7/+23
* Warn when a reference is bound to an empty l-value (dereferenced null pointer).Nick Lewycky2016-05-141-0/+15
* Preserve the FoundDecl properly in constructor overload resolution. NoRichard Smith2016-05-121-9/+5
* Preserve the FoundDecl when performing overload resolution for constructors.Richard Smith2016-05-111-73/+53
* [modules] Handle merged fields in designated initializers.Richard Smith2016-04-081-3/+5
* P0138R2: Allow direct-list-initialization of an enumeration from an integralRichard Smith2016-03-281-15/+57
* Add TreatUnavailableAsInvalid for the verification-only mode in InitListChecker.Manman Ren2016-03-101-30/+57
* P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas...Richard Smith2016-03-081-25/+106
* Implement the likely resolution of core issue 253.Nico Weber2016-02-191-6/+11
* Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...Eugene Zelenko2016-02-121-9/+5
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Fixed processing of GNU extensions to C99 designated initializersAlexey Bataev2016-01-251-6/+6
* Split RequireCompleteType into a function that actually requires that the typeRichard Smith2015-12-181-7/+7
* Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType callRichard Smith2015-12-181-4/+5
* Fix crash on invalid initialization with std::initializer_listReid Kleckner2015-12-091-1/+2
* Fix PR20334: invalid assertion while diagnosing list initialization failureFaisal Vali2015-12-071-1/+3
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-1/+27
* [Sema] Make `&function_with_enable_if_attrs` an errorGeorge Burgess IV2015-10-121-1/+3
* [Sema] Don't create an invalid source range for overlong initializer lists.Benjamin Kramer2015-09-231-2/+4
* Clarify the error message when the reason the conversion is not viable is bec...Nick Lewycky2015-08-251-0/+1
* [Sema] Don't crash when diagnosing hack in libstdc++David Majnemer2015-08-211-2/+5
* Fix -Wredundant-move warning.Richard Trieu2015-07-291-30/+3
* Disable -Wpessimizing-move and -Wredundant-move in template instantiations.Richard Trieu2015-07-291-0/+3
* Do not give a -Wredundant-move warning when removing the move will result in anRichard Trieu2015-07-281-1/+11
* [sema] Fix infinite loop when using a boolean value as designated initializer.Argyrios Kyrtzidis2015-07-271-8/+6
* [Sema] Emit correct warning when copy-elision is not possible.Davide Italiano2015-07-181-0/+5
* [Sema] Range-loopify InititializationSequence destructor. NFC intended.Davide Italiano2015-07-011-4/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-38/+194
* Have -Wredundant-move ignore reference types.Richard Trieu2015-05-181-0/+3
OpenPOWER on IntegriCloud