]> granicus.if.org Git - clang/commit
Fix an off by one error when trying to perform copy initialization of operator new...
authorAnders Carlsson <andersca@mac.com>
Sun, 31 May 2009 19:49:47 +0000 (19:49 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 31 May 2009 19:49:47 +0000 (19:49 +0000)
commitfc27d268cb34cbb8d186c6ad7cc043d41581ce71
tree03f1e2a0a6ff5d78f9578156ad1991a43b4cd336
parent8662587fa75d3fb04f873e265841c9314c7f5523
Fix an off by one error when trying to perform copy initialization of operator new and operator delete arguments. Sebastian, please review.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72670 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/new-delete.cpp