summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx0x-initializer-references.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of initialization from parenthesized initializer list.Richard Smith2017-03-241-2/+14
* Use descriptive message if list initializer is incorrectly parenthesized.Serge Pavlov2016-11-121-3/+2
* [Sema] Do not permit binding a reference to a compound literalDavid Majnemer2015-04-261-0/+4
* Improve the "braces around scalar init" warning to determine whether to warnRichard Smith2015-02-121-1/+1
* Implement the remaining portion of DR1467 from r227022. I may have overlooked...Larisse Voufo2015-01-271-2/+3
* PR20844: If we fail to list-initialize a reference, map to the referenced typeRichard Smith2014-09-041-0/+6
* Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith2013-09-201-2/+2
* Fix handling of braced-init-list as reference initializer within aggregateRichard Smith2013-05-311-0/+21
* Don't crash when binding a reference to a temporary pointer created fromRichard Smith2013-01-151-0/+7
* PR12660: Don't crash when initializing a const reference from a braced init listRichard Smith2012-04-261-0/+5
* Be smarter in discovering list-initialization of temporaries. Fixes PR12182.Sebastian Redl2012-03-071-0/+8
* Change the way we store initialization kinds so that all direct inits can dis...Sebastian Redl2012-02-121-0/+5
* Implement overload resolution for reference-typed parameters supplied with in...Sebastian Redl2011-12-031-0/+43
* Reference initialization with initializer lists.Sebastian Redl2011-11-271-0/+31
OpenPOWER on IntegriCloud