aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx0x-initializer-references.cpp
AgeCommit message (Expand)Author
2013-01-15Don't crash when binding a reference to a temporary pointer created fromRichard Smith
2012-04-26PR12660: Don't crash when initializing a const reference from a braced init listRichard Smith
2012-03-07Be smarter in discovering list-initialization of temporaries. Fixes PR12182.Sebastian Redl
2012-02-12Change the way we store initialization kinds so that all direct inits can dis...Sebastian Redl
2011-12-03Implement overload resolution for reference-typed parameters supplied with in...Sebastian Redl
2011-11-27Reference initialization with initializer lists.Sebastian Redl