llvm-project/clang-tools-extra/clang-tidy/llvmlibc
Nathan James 23063296b5
[clang-tidy] Improved accuracy of check list updater script
- Added `FixItHint` comments to Check files for the script to mark those checks as offering fix-its when the fix-its are generated in another file.
 - Case insensitive file searching when looking for the file a checker code resides in.

Also regenerated the list, sphinx had no issue generating the docs after this.

Reviewed By: sylvestre.ledru

Differential Revision: https://reviews.llvm.org/D81932
2020-06-22 11:07:24 +01:00
..
CMakeLists.txt [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
CalleeNamespaceCheck.cpp [clang-tidy] Add check callee-namespace. 2020-04-28 17:22:23 -07:00
CalleeNamespaceCheck.h [clang-tidy] Add check callee-namespace. 2020-04-28 17:22:23 -07:00
ImplementationInNamespaceCheck.cpp [clang-tidy] Add check llvmlibc-implementation-in-namespace. 2020-04-06 10:49:49 -07:00
ImplementationInNamespaceCheck.h [clang-tidy] Add check llvmlibc-implementation-in-namespace. 2020-04-06 10:49:49 -07:00
LLVMLibcTidyModule.cpp [clang-tidy] Add check callee-namespace. 2020-04-28 17:22:23 -07:00
RestrictSystemLibcHeadersCheck.cpp [clang-tidy] Improved accuracy of check list updater script 2020-06-22 11:07:24 +01:00
RestrictSystemLibcHeadersCheck.h