]> granicus.if.org Git - clang/commit
Remove copy ctor that provides no value over the default.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 17 Nov 2012 09:14:31 +0000 (09:14 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 17 Nov 2012 09:14:31 +0000 (09:14 +0000)
commit48a7345a0bffcb01290447c73c6f17680d80f02f
tree7170f9aabef2f0a54bb30121d7e58eec79d4004b
parenteba76a4379997f66f8114eb7e63206a5932b1be8
Remove copy ctor that provides no value over the default.

It's also simpler to just copy the words than mangling bits like this ctor did.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168258 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h