..
abseil
[clant-tidy] abseil: Add clangTooling to CMakeLists.txt
2018-10-24 20:31:58 +00:00
android
[Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in source code headers.
2018-09-20 00:02:55 +00:00
boost
…
bugprone
[AST] Refactor PredefinedExpr
2018-10-27 19:21:19 +00:00
cert
Reapply Logging: make os_log buffer size an integer constant expression.
2018-11-02 13:14:11 +00:00
cppcoreguidelines
[clang-tidy] cppcoreguidelines-macro-usage: print macro names
2018-10-30 15:52:36 +00:00
fuchsia
…
google
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
2018-11-01 19:54:45 +00:00
hicpp
[clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check (CERT DCL16-C, MISRA C:2012, 7.3, MISRA C++:2008, 2-13-4)
2018-10-26 13:09:27 +00:00
llvm
…
misc
[clang-tidy] Non-private member variables in classes (MISRA, CppCoreGuidelines, HICPP)
2018-10-18 20:16:44 +00:00
modernize
[clang-tidy] Ignore a case where the fix of make_unique check introduces side effect.
2018-10-18 09:13:34 +00:00
mpi
[clang-tidy] Add dependency to clangAnalysis after rC343160
2018-09-27 04:23:24 +00:00
objc
Fix the issue that not recognizing single acronym with prefix as ObjC property name.
2018-11-01 17:36:18 +00:00
performance
[clang-tidy] White List Option for performance-unnecessary-value-param, performance-unnecessary-copy-initialization and performance-for-range-copy
2018-10-12 13:05:21 +00:00
plugin
[clang-tidy] Remove false decoupling in ClangTidyContext. NFC
2018-10-31 13:08:19 +00:00
portability
…
readability
Implement the readability-const-return-type check.
2018-10-31 19:11:38 +00:00
tool
[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics. NFC
2018-11-02 10:01:59 +00:00
utils
[clang-tidy] Fixed code sample in a comment. NFC
2018-11-02 15:29:37 +00:00
zircon
…
CMakeLists.txt
[clang-tidy] Build it even without static analyzer
2018-10-01 20:24:22 +00:00
ClangTidy.cpp
[clang-tidy] run() doesn't update the SourceManager.
2018-11-06 09:28:23 +00:00
ClangTidy.h
[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics. NFC
2018-11-02 10:01:59 +00:00
ClangTidyDiagnosticConsumer.cpp
[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics. NFC
2018-11-02 10:01:59 +00:00
ClangTidyDiagnosticConsumer.h
[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics. NFC
2018-11-02 10:01:59 +00:00
ClangTidyModule.cpp
…
ClangTidyModule.h
…
ClangTidyModuleRegistry.h
…
ClangTidyOptions.cpp
Lift VFS from clang to llvm (NFC)
2018-10-10 13:27:25 +00:00
ClangTidyOptions.h
Lift VFS from clang to llvm (NFC)
2018-10-10 13:27:25 +00:00
ClangTidyProfiling.cpp
…
ClangTidyProfiling.h
…
add_new_check.py
[Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in source code headers.
2018-09-20 00:02:55 +00:00
rename_check.py
…