llvm-project/clang-tools-extra/clang-tidy/utils
Clement Courbet 156c0754bc [clang][transformer] Finish plumbing `Note` all the way to the output.
Right now we can only add a single warning, notes are not possible.

Apparently some provisions were made to allow notes, but they were never
propagated all the way to the diagnostics.

Differential Revision: https://reviews.llvm.org/D128807
2022-08-11 07:54:44 +02:00
..
ASTUtils.cpp [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
ASTUtils.h [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
Aliasing.cpp [clang-tidy] bugprone-infinite-loop: forFunction() -> forCallable(). 2021-05-13 11:25:01 -07:00
Aliasing.h [clang-tidy] bugprone-infinite-loop: forFunction() -> forCallable(). 2021-05-13 11:25:01 -07:00
CMakeLists.txt
DeclRefExprUtils.cpp [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
DeclRefExprUtils.h
ExceptionAnalyzer.cpp [clang-tidy] Include constructor initializers in `bugprone-exception-escape` check 2022-01-21 00:53:57 +01:00
ExceptionAnalyzer.h
ExprSequence.cpp [clang-tidy] Applied clang-tidy fixes. NFC 2021-01-29 01:01:19 +01:00
ExprSequence.h
FileExtensionsUtils.cpp Don't use Optional::hasValue (NFC) 2022-06-20 20:05:16 -07:00
FileExtensionsUtils.h
FixItHintUtils.cpp
FixItHintUtils.h
HeaderGuard.cpp [clang-tidy] Make header-guard check a little looser on comment whitespace 2022-05-05 17:42:35 +02:00
HeaderGuard.h [clang-tidy] Fix pr48613: "llvm-header-guard uses a reserved identifier" 2021-11-30 12:43:35 +13:00
IncludeInserter.cpp [clang-tidy] Add a Standalone diagnostics mode to clang-tidy 2022-04-16 09:53:35 +01:00
IncludeInserter.h [clang-tidy] Add a Standalone diagnostics mode to clang-tidy 2022-04-16 09:53:35 +01:00
IncludeSorter.cpp [clang-tidy][NFC] Remove redundant string creation for comparison 2022-01-20 22:20:10 +00:00
IncludeSorter.h [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
LexerUtils.cpp [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
LexerUtils.h fix readability-braces-around-statements Stmt type dependency 2021-03-25 09:44:41 -04:00
Matchers.h [clang-tidy][NFC] Replace many instances of std::string where a StringRef would suffice. 2022-05-09 12:01:46 +01:00
NamespaceAliaser.cpp
NamespaceAliaser.h
OptionsUtils.cpp [clang-tidy][NFC] Replace many instances of std::string where a StringRef would suffice. 2022-05-09 12:01:46 +01:00
OptionsUtils.h [clang-tidy][NFC] Replace many instances of std::string where a StringRef would suffice. 2022-05-09 12:01:46 +01:00
RenamerClangTidyCheck.cpp [clang-tidy] Fix RenamerClangTidyChecks suggesting invalid macro identifiers 2022-01-10 10:35:04 -08:00
RenamerClangTidyCheck.h Remove redundaunt override specifiers (NFC) 2022-07-24 22:28:11 -07:00
TransformerClangTidyCheck.cpp [clang][transformer] Finish plumbing `Note` all the way to the output. 2022-08-11 07:54:44 +02:00
TransformerClangTidyCheck.h [libTooling] Generalize string explanation as templated metadata 2022-03-21 20:39:35 +00:00
TypeTraits.cpp
TypeTraits.h [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
UsingInserter.cpp
UsingInserter.h