]> granicus.if.org Git - clang/commit
Fix PR 6725. It looks like the copy constructor gets elided during inlining.
authorZhongxing Xu <xuzhongxing@gmail.com>
Tue, 6 Apr 2010 03:01:56 +0000 (03:01 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Tue, 6 Apr 2010 03:01:56 +0000 (03:01 +0000)
commit7f330856b8d5df764f1c91218471c47af9ae2aa5
tree4a317fc7888ef4d2d4c2c5a409f6932b61457938
parentf45d67364e08766ded5c04b23567319c28deda10
Fix PR 6725. It looks like the copy constructor gets elided during inlining.
This bug only shows up with GCC 4.4.1 Release-Asserts build.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100516 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/BugReporter.cpp