forked from OSchip/llvm-project
72649423c0
Traditionally, clang-tidy uses the term check, and the analyzer uses checker, but in the very early years, this wasn't the case, and code originating from the early 2010's still incorrectly refer to checkers as checks. This patch attempts to hunt down most of these, aiming to refer to checkers as checkers, but preserve references to callback functions (like checkPreCall) as checks. Differential Revision: https://reviews.llvm.org/D67140 llvm-svn: 371760 |
||
---|---|---|
.. | ||
AnalyzerOptionsTest.cpp | ||
CMakeLists.txt | ||
CallDescriptionTest.cpp | ||
RegisterCustomCheckersTest.cpp | ||
Reusables.h | ||
StoreTest.cpp | ||
SymbolReaperTest.cpp |