]> granicus.if.org Git - clang/commit
Now that we have copy initialization support, use it for checking the default arguments
authorDouglas Gregor <dgregor@apple.com>
Tue, 4 Nov 2008 13:57:51 +0000 (13:57 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 4 Nov 2008 13:57:51 +0000 (13:57 +0000)
commiteb704f22ef00a2b41ff1ccf1b20016d7cd4c5c85
tree75958f8d325575b8c11e388eff81f4c0bb79293c
parent3996f23ac20de411e0b5931a451bd05142f0b712
Now that we have copy initialization support, use it for checking the default arguments

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