]> granicus.if.org Git - clang/commit
Add a missing case for default constructor deletion.
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Fri, 20 May 2011 21:43:47 +0000 (21:43 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Fri, 20 May 2011 21:43:47 +0000 (21:43 +0000)
commite3406826db726960ede77dd18361eb327d30c108
treee3cdf714ef79435e4ff863753895340547a6a9c2
parentce7cd26dd03f514cb772ac8d95ef0a1e6cbfc846
Add a missing case for default constructor deletion.

This case is tested by the fact that the modified test produces
significatly worse diagnostics. That's on the list.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131759 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/value-initialization.cpp