summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* When emitting a dropped qualifier error, show which qualifiers are dropped.Richard Trieu2015-05-161-3/+10
* Reverse the order of types in the reference dropping qualifiers error.Richard Trieu2015-05-151-1/+1
* Add -Wpessimizing-move and -Wredundant-move warnings.Richard Trieu2015-04-291-0/+112
* [Sema] Do not permit binding a reference to a compound literalDavid Majnemer2015-04-261-0/+5
* Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber2015-04-171-23/+41
* Remove useless statement.Nikola Smiljanic2015-04-141-1/+0
* [Sema] Don't assume that an initializer list has an initializerDavid Majnemer2015-04-101-3/+3
* Fix UTF8 chars to ASCII.NAKAMURA Takumi2015-02-251-2/+2
* Revert r167816 and replace it with a proper fix for the issue: do notRichard Smith2015-02-211-17/+4
* DR1467: If aggregate initialization encounters an initializer list for whichRichard Smith2015-02-161-1/+2
* More for DR1467: In C++, when initializing an element of an aggregate,Richard Smith2015-02-121-39/+40
* Improve the "braces around scalar init" warning to determine whether to warnRichard Smith2015-02-121-6/+65
* A temporary fix for backward compatibility breakages caused by PR12117.Larisse Voufo2015-02-101-4/+15
* Update APIs that return a pair of iterators to return an iterator_range instead.Benjamin Kramer2015-02-061-10/+5
* Fix \param in r228276. [-Wdocumentation]NAKAMURA Takumi2015-02-051-1/+1
OpenPOWER on IntegriCloud