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
Loading
Please register or sign in to comment
class S { S(const S&); // DO NOT IMPLEMENT void operator=(const S&); // DO NOT IMPLEMENT }; llvm-svn: 111100