aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/dcl.decl/dcl.init
AgeCommit message (Expand)Author
2013-05-06Grab-bag of bit-field fixes:John McCall
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith
2013-04-11Force a load when creating a reference to a temporary copied from a bitfield.Jordan Rose
2013-03-26<rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue r...Douglas Gregor
2013-03-25<rdar://problem/13395022> Strip references when extracting an initializer_lis...Douglas Gregor
2013-02-05Add some missing diagnostics for C++11 narrowing conversions.Richard Smith
2012-12-20Implement AST dumper for Decls.Alexander Kornienko
2012-12-08Implement C++03 [dcl.init]p5's checking for value-initialization of referencesRichard Smith
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-10-18Tests for DR1507.Richard Smith
2012-09-28When processing an InitListExpr and skipping the initialization of an invalidRichard Smith
2012-07-07PR12670: Support for initializing an array of non-aggregate class type from anRichard Smith
2012-06-19Fix -Wc++11-narrowing warnings for narrowing negative values to larger unsignedRichard Smith
2012-06-19Improve the error message when a function overload candidate is rejectedKaelyn Uhrain
2012-06-13Add missing narrowing check: converting from a signed integral type to a widerRichard Smith
2012-05-15Fold the six functions checking explicitly-defaulted special member functionsRichard Smith
2012-04-04Dependent-sequence initialization of a single element can be directDouglas Gregor
2012-03-30PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith
2012-02-15When overload resolution picks an implicitly-deleted special memberDouglas Gregor
2012-01-23Add -Wnarrowing as an alias for -Wc++11-narrowing, for better GCCDouglas Gregor
2012-01-23Downgrade C++11 narrowing conversion errors to warnings default-mappedDouglas Gregor
2012-01-18Move narrowing conversion detection code from SemaInit to SemaOverload, readyRichard Smith
2012-01-12constexpr: initialization of a union from an empty initializer-list shouldRichard Smith
2011-12-22List-initialization via constructor part 1. Still needs: pretty-printing, ove...Sebastian Redl
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-11-07When we notice that a member function is defined with "= delete" or "=Douglas Gregor
2011-10-18Simplify RecordDeclCXX::setBases slightly. No functional change.Richard Smith
2011-10-18Switch to the C++11 warning flags in tests. David Blaikie
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-10-10When adding a direct initializer to a declaration, allow theDouglas Gregor
2011-10-04Don't allow an rvalue reference to bind to the result of a calling aDouglas Gregor
2011-09-29Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be...Daniel Dunbar
2011-09-05Implement the suggested resolution of WG21 N3307 issue 19: When determining w...Richard Smith
2011-08-30Fix PR10694: Boolean conversions can be from pointers, and those conversionsJeffrey Yasskin
2011-08-30Declare and define implicit move constructor and assignment operator.Sebastian Redl
2011-08-29Print 'int' instead of 'const int' in the narrowing conversion error, since theJeffrey Yasskin
2011-08-15Teach reference initialization from the result of a user-definedDouglas Gregor
2011-08-12Conversions to bool count as integer conversions for the purposes ofJeffrey Yasskin
2011-07-26This patch implements as much of the narrowing conversion error specified byJeffrey Yasskin
2011-07-14Revert 135177 to fix PR10363.Rafael Espindola
2011-07-14For C++11, do more checking of initializer lists up-front, enabling some subs...Sebastian Redl
2011-06-11Implement support for C++11 in-class initialization of non-static data members.Richard Smith
2011-05-21Teach Sema::ActOnUninitializedDecl() not to try to interpret when oneDouglas Gregor
2011-04-11PR9669: implement correct checking for [dcl.init.string]p2.Eli Friedman
2011-01-24Re-instate r123977/r123978, my updates of the reference-bindingDouglas Gregor
2011-01-22revert r123977 and r123978 to fix PR9026.Rafael Espindola
2011-01-21Update the reference-binding implementation used for overloadDouglas Gregor
2011-01-21Add more reference-binding examples from the C++0x working paper, all of whic...Douglas Gregor
2011-01-21More work to bring reference binding up to the latest C++0xDouglas Gregor
2011-01-21When performing reference binding via a conversion function, performDouglas Gregor