summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/value-initialization.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add additional note to mark the cause of synthesized constructors. MarkEli Friedman2009-11-091-1/+1
| | | | | | | declaration invalid if the constructor can't be properly built. Addresses remaining review comments from Fariborz for r86500. llvm-svn: 86579
* Unify the codepaths used to verify base and member initializers for explicitlyEli Friedman2009-11-091-2/+2
| | | | | | | | | | | | | | | | and implicitly defined constructors. This has a number of benefits: 1. Less code. 2. Explicit and implicit constructors get the same diagnostics. 3. The AST explicitly contains constructor calls from implicit default constructors. This allows handing some cases that previously weren't handled correctly in IRGen without any additional code. Specifically, implicit default constructors containing calls to constructors with default arguments are now handled correctly. llvm-svn: 86500
* Remove previous patch for pr5296 due to further clarificationFariborz Jahanian2009-11-031-16/+3
| | | | | | of value-initialization and trivial constructors. llvm-svn: 85935
* Generate constructor for value-initialization cases, even if the Fariborz Jahanian2009-10-271-0/+23
implementation technique doesn't call the constructor at that point. DR302. Fixes pr5296. llvm-svn: 85249
OpenPOWER on IntegriCloud