llvm-project/clang-tools-extra/clang-tidy/hicpp
Alexander Kornienko 976e0c07a0 A bit of AST matcher cleanup, NFC.
Removed the uses of the allOf() matcher inside node matchers that are implicit
allOf(). Replaced uses of allOf() with the explicit node matcher where it makes
matchers more readable. Replace anyOf(hasName(), hasName(), ...) with the more
efficient and readable hasAnyName().

llvm-svn: 347520
2018-11-25 02:41:01 +00:00
..
CMakeLists.txt [Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in source code headers. 2018-09-20 00:02:55 +00:00
ExceptionBaseclassCheck.cpp A bit of AST matcher cleanup, NFC. 2018-11-25 02:41: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] Avoid C arrays check 2018-11-14 09:01:08 +00:00
LICENSE.TXT
MultiwayPathsCoveredCheck.cpp A bit of AST matcher cleanup, NFC. 2018-11-25 02:41:01 +00:00
MultiwayPathsCoveredCheck.h [clang-tidy] Resubmit hicpp-multiway-paths-covered without breaking test 2018-03-21 15:34:15 +00:00
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 A bit of AST matcher cleanup, NFC. 2018-11-25 02:41:01 +00:00
SignedBitwiseCheck.h [clang-tidy] hicpp bitwise operations on signed integers 2017-08-30 13:32:05 +00:00