llvm-project/clang-tools-extra/clang-tidy/hicpp
Alexander Kornienko eb9d944419 [clang-tidy] Another batch of checks to rename from misc- to bugprone-.
Summary:
clang-tidy/rename_check.py {misc,bugprone}-suspicious-semicolon
clang-tidy/rename_check.py {misc,bugprone}-suspicious-string-compare
clang-tidy/rename_check.py {misc,bugprone}-swapped-arguments
clang-tidy/rename_check.py {misc,bugprone}-undelegated-constructor --check_class_name UndelegatedConstructor

Reviewers: hokein, sammccall, aaron.ballman

Subscribers: klimek, mgorny, xazax.hun, cfe-commits

Differential Revision: https://reviews.llvm.org/D43870

llvm-svn: 326386
2018-02-28 23:47:15 +00:00
..
CMakeLists.txt [clang-tidy] Move more checks from misc- to performance- 2017-11-28 16:41:03 +00:00
ExceptionBaseclassCheck.cpp [clang-tidy] Improve hicpp-exception-baseclass to handle generic code better 2017-08-30 15:59:01 +00:00
ExceptionBaseclassCheck.h Add hicpp-exception-baseclass to the HIC++ module. 2017-08-11 16:31:51 +00:00
HICPPTidyModule.cpp [clang-tidy] Another batch of checks to rename from misc- to bugprone-. 2018-02-28 23:47:15 +00:00
LICENSE.TXT
NoAssemblerCheck.cpp [tidy] Move private ast matchers into anonymous namespaces to avoid ODR conflicts. 2018-02-18 19:02:35 +00:00
NoAssemblerCheck.h
SignedBitwiseCheck.cpp [clang-tidy] Fix bug 34845, offending standard bitmask types 2017-10-27 14:44:08 +00:00
SignedBitwiseCheck.h [clang-tidy] hicpp bitwise operations on signed integers 2017-08-30 13:32:05 +00:00