summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx0x-initializer-references.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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