summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/cert-oop11-cpp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Disable part of the misc-move-constructor-init checker when the check is ↵Aaron Ballman2016-01-081-0/+21
enabled through cert-oop11-cpp. The CERT guideline does not cover moveable parameters as part of the OOP11-CPP recommendation, just copy construction from move constructors. llvm-svn: 257177
OpenPOWER on IntegriCloud