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 | 06999f8ff61de3c63a52871bd7ac61e7ada9180b (patch) | |
tree | 46ca8505a05bba600ae63a0ea6bef8aca2a36ee9 /lib/Frontend/VerifyDiagnosticsClient.cpp | |
parent | 57663fe6c3c7a0fb792626537c4f3f7d3594aa66 (diff) |
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
};
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111100 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/VerifyDiagnosticsClient.cpp')
0 files changed, 0 insertions, 0 deletions