]> granicus.if.org Git - clang/commit
Follow-up to r208481: Free all default arguments, not just the first one.
authorNico Weber <nicolasweber@gmx.de>
Sun, 11 May 2014 00:28:16 +0000 (00:28 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 11 May 2014 00:28:16 +0000 (00:28 +0000)
commitb70f4ce01ab3d57365b83751e739867168ae817e
tree9b4fc57abd8bf04ac373f83d4965bceee365a505
parenta5e558a3f58e10a3dd34b50531245145aa0a3ba8
Follow-up to r208481: Free all default arguments, not just the first one.

Also add test coverage for this case.  Found by Richard Smith!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208484 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/DeclSpec.h
test/SemaCXX/conversion-function.cpp