summaryrefslogtreecommitdiff
path: root/test/SemaCXX/constexpr-value-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* DR616, and part of P0135R1: member access (or pointer-to-member access) on aRichard Smith2016-12-031-1/+1
* Fix implementation of the likely resolution of core issue 253 to support classRichard Smith2016-10-281-0/+9
* Implement the likely resolution of core issue 253.Nico Weber2016-02-191-1/+1
* Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber2015-04-171-3/+3
* Improve diagnostic on default-initializing const variables (PR20208).Nico Weber2014-07-231-3/+3
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Modify the uninitialized field visitor to detect uninitialized use across theRichard Trieu2013-09-201-1/+1
* C++1y: support simple variable assignments in constexpr functions.Richard Smith2013-04-261-1/+1
* PR12012: Fix a regression in r150419 where we would try (and fail) toRichard Smith2012-02-171-0/+6
* Update constexpr implementation to match CWG's chosen approach for core issuesRichard Smith2012-02-131-1/+1
* Unrevert r147271, reverted in r147361.Richard Smith2011-12-301-0/+31
* Revert r147271. This fixes PR11676.Rafael Espindola2011-12-301-31/+0
* constexpr: perform zero-initialization prior to / instead of performing aRichard Smith2011-12-251-0/+31