diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-08-15 10:17:33 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-08-15 10:17:33 +0000 |
commit | 04c7fa09e4a219241d3af4c8d6d4b4102e40bb14 (patch) | |
tree | c92351716472e7bd80e96ad2339e59a501c85ca9 /llvm/lib/Analysis/InstCount.cpp | |
parent | 0ba9fd6c47bc1a49ec9db249d9c30d9cba85564f (diff) | |
download | bcm5719-llvm-04c7fa09e4a219241d3af4c8d6d4b4102e40bb14.tar.gz bcm5719-llvm-04c7fa09e4a219241d3af4c8d6d4b4102e40bb14.zip |
Don't warn for the common pattern of disallowing copying:
class S {
S(const S&); // DO NOT IMPLEMENT
void operator=(const S&); // DO NOT IMPLEMENT
};
llvm-svn: 111100
Diffstat (limited to 'llvm/lib/Analysis/InstCount.cpp')
0 files changed, 0 insertions, 0 deletions