Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch the semantic DeclContext for a block-scope declaration of a function or | Richard Smith | 2013-09-20 | 1 | -2/+2 |
* | Fix handling of braced-init-list as reference initializer within aggregate | Richard Smith | 2013-05-31 | 1 | -0/+21 |
* | Don't crash when binding a reference to a temporary pointer created from | Richard Smith | 2013-01-15 | 1 | -0/+7 |
* | PR12660: Don't crash when initializing a const reference from a braced init list | Richard Smith | 2012-04-26 | 1 | -0/+5 |
* | Be smarter in discovering list-initialization of temporaries. Fixes PR12182. | Sebastian Redl | 2012-03-07 | 1 | -0/+8 |
* | Change the way we store initialization kinds so that all direct inits can dis... | Sebastian Redl | 2012-02-12 | 1 | -0/+5 |
* | Implement overload resolution for reference-typed parameters supplied with in... | Sebastian Redl | 2011-12-03 | 1 | -0/+43 |
* | Reference initialization with initializer lists. | Sebastian Redl | 2011-11-27 | 1 | -0/+31 |