summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/Local.cpp
diff options
context:
space:
mode:
authorGabor Horvath <xazax.hun@gmail.com>2017-11-17 12:23:30 +0000
committerGabor Horvath <xazax.hun@gmail.com>2017-11-17 12:23:30 +0000
commitd984e33b1e1ca2edec06461358ee071f5625b30e (patch)
treec6bb265cf14ca59dfd1f042af062d1581eb4634e /llvm/lib/Transforms/Utils/Local.cpp
parent727157ea68c623d835d48209804831e4829a4f90 (diff)
downloadbcm5719-llvm-d984e33b1e1ca2edec06461358ee071f5625b30e.tar.gz
bcm5719-llvm-d984e33b1e1ca2edec06461358ee071f5625b30e.zip
[clang-tidy] Add a check for undelegated copy of base classes
Finds copy constructors where the constructor don't call the copy constructor of the base class. ``` class X : public Copyable { X(const X &other) {} // Copyable(other) is missing }; ``` Differential Revision: https://reviews.llvm.org/D33722 llvm-svn: 318522
Diffstat (limited to 'llvm/lib/Transforms/Utils/Local.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud