llvm-project/clang-tools-extra/clang-tidy
Nathan James 66e47a5720 [clang-tidy] adjust scripts to subsubsections in Release Notes
Summary:
I added subsubsections for typical Clang-tidy entries in Release Notes, so now scripts are aware of this changes.

I don't have GitHub commit access, so please commit changes.

Reviewers: aaron.ballman, alexfh, hokein

Reviewed By: alexfh

Subscribers: njames93, xazax.hun, cfe-commits

Tags: #clang-tools-extra, #clang

Differential Revision: https://reviews.llvm.org/D72527
2020-01-28 18:10:22 +00:00
..
abseil [clang-tidy] Fix check for Abseil internal namespace access 2020-01-21 15:21:53 -05:00
android Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
boost [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
bugprone [clang-tidy] Fix bugprone-use-after-move when move is in noexcept operator 2020-01-28 00:39:07 +00:00
cert [clang-tidy] Add check for CERT-OOP57-CPP 2020-01-20 17:09:03 +00:00
cppcoreguidelines [AST] Split parent map traversal logic into ParentMapContext.h 2020-01-24 13:42:28 -08:00
darwin [clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid-spinlock 2019-10-01 21:18:40 +00:00
fuchsia Moved GlobList into a separate header file 2019-08-26 15:44:32 +00:00
google NFC: Fix trivial typos in comments 2020-01-04 10:28:41 -05:00
hicpp Add an option to hicpp-signed-bitwise for positive integer literals. 2019-10-30 14:11:29 -04:00
linuxkernel [clang-tidy] Add a module for the Linux kernel. 2019-07-25 22:32:50 +00:00
llvm Added readability-qualified-auto check 2020-01-14 14:06:46 -05:00
misc Extend misc-misplaced-const to detect using declarations as well as typedef 2020-01-22 15:26:11 -05:00
modernize [clang-tidy] Match InitListExpr in modernize-use-default-member-init 2020-01-14 15:19:37 +00:00
mpi [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
objc [clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid-spinlock 2019-10-01 21:18:40 +00:00
openmp [clang-tools-extra] Fix linking dylib for LLVMFrontendOpenMP 2019-12-18 22:33:23 +01:00
performance NFC: Fix trivial typos in comments 2020-01-04 10:28:41 -05:00
plugin clang-tidy: Don't repeat list of all checks in three places. 2019-09-27 12:56:14 +00:00
portability [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
readability [clang-tidy] readability-redundant-string-init now flags redundant initialisation in Field Decls and Constructor Initialisers 2020-01-27 23:51:45 +00:00
tool [clang-tidy] Add library for clang-tidy main function 2020-01-24 13:00:45 -08:00
utils Revert "[clang-tidy] readability-identifier-naming disregards parameters restrictions on main like functions" 2020-01-27 11:50:25 -08:00
zircon [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
CMakeLists.txt [clang-tidy] Add clang-tidy headers to clang distribution 2020-01-23 16:29:08 -08:00
ClangTidy.cpp [clang-tidy] Use range-for for check registration. NFC 2019-11-26 16:34:23 +01:00
ClangTidy.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
ClangTidyCheck.cpp [clang-tidy] Separate the check-facing interface 2019-03-25 12:36:30 +00:00
ClangTidyCheck.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
ClangTidyDiagnosticConsumer.cpp Fix -Wswitch-coverage warning in clang-tidy after ak_addrspace introduction. 2019-12-13 12:57:48 -08:00
ClangTidyDiagnosticConsumer.h Fix naming style. NFC. 2019-12-12 17:00:57 +01:00
ClangTidyForceLinker.h clang-tidy: Don't repeat list of all checks in three places. 2019-09-27 12:56:14 +00:00
ClangTidyModule.cpp Return results by value from ClangTidyCheckFactories::createChecks 2019-09-26 13:55:01 +00:00
ClangTidyModule.h Return results by value from ClangTidyCheckFactories::createChecks 2019-09-26 13:55:01 +00:00
ClangTidyModuleRegistry.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClangTidyOptions.cpp Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
ClangTidyOptions.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
ClangTidyProfiling.cpp Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 2019-08-05 05:43:48 +00:00
ClangTidyProfiling.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ExpandModularHeadersPPCallbacks.cpp clang/Modules: Rename CompilerInstance::ModuleManager, NFC 2019-11-22 18:24:11 -08:00
ExpandModularHeadersPPCallbacks.h Use FileEntryRef for PPCallbacks::HasInclude 2019-08-27 17:32:42 +00:00
GlobList.cpp Refactor GlobList from an ad-hoc linked list to a vector 2019-08-27 10:56:13 +00:00
GlobList.h Refactor GlobList from an ad-hoc linked list to a vector 2019-08-27 10:56:13 +00:00
add_new_check.py [clang-tidy] adjust scripts to subsubsections in Release Notes 2020-01-28 18:10:22 +00:00
rename_check.py [clang-tidy] adjust scripts to subsubsections in Release Notes 2020-01-28 18:10:22 +00:00