aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-07[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-5/+6
2023-01-07[clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-05[clang-tools-extra] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata1-6/+9
2022-06-25[clang, clang-tools-extra] Don't use Optional::{hasValue,getValue} (NFC)Kazu Hirata1-1/+1
2022-05-05[clang-tidy] Make header-guard check a little looser on comment whitespaceSam McCall1-0/+8
2022-02-03[clang-tidy] Fix LLVM include order check policyKadir Cetinkaya1-14/+47
2021-11-30[clang-tidy] Fix pr48613: "llvm-header-guard uses a reserved identifier"Salman Javed1-0/+10
2021-11-10[clang-tidy] Fix llvm-header-guard so that it works with Windows pathsSalman Javed1-3/+40
2019-09-26[clang-tidy] Make llvm-header-guard work on llvm git monorepoHaojian Wu1-0/+9
2019-05-10[clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check'Don Hinton1-1/+1
2017-02-21[clang-tidy] Reword the "code outside header guard" warning.Benjamin Kramer1-59/+89
2015-03-02[clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::...Alexander Kornienko1-0/+2
2014-10-15Fix llvm-header-guard check.Alexander Kornienko1-3/+13
2014-10-15Reformatted code samples in the unit test. No functional changes.Alexander Kornienko1-64/+111
2014-10-07Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.Manuel Klimek1-1/+1
2014-09-22Add NamespaceCommentCheck to the Google module.Alexander Kornienko1-79/+0
2014-09-17Rename unit test argument and add argument comments for clarity.Benjamin Kramer1-19/+28
2014-09-16[clang-tidy] When emitting header guard fixes bundle all fix-its into oneBenjamin Kramer1-11/+17
2014-09-12Implemented clang-tidy-check-specific options.Alexander Kornienko1-0/+2
2014-09-10[clang-tidy] Don't try to fix header guard #endif comments if there are escapedBenjamin Kramer1-0/+14
2014-08-26[clang-tidy] If we're going to change the header guard in the #endif commentBenjamin Kramer1-0/+14
2014-08-20[clang-tidy] Allow /**/ comments on #endifs when checking header guards.Benjamin Kramer1-0/+30
2014-08-13ClangTidyTests: Suppress FixHeaderGuards on win32 for now.NAKAMURA Takumi1-0/+3
2014-08-13[clang-tidy] Add a generic header guard checker + LLVM implementation.Benjamin Kramer1-0/+41
2014-05-19Improved llvm-namespace-comment check.Alexander Kornienko1-1/+75
2014-02-27Made the ClangTidyTest helper class independent of the testing framework.Alexander Kornienko1-4/+6
2014-01-07Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth1-1/+0
2013-07-29Initial architecture for clang-tidy.Daniel Jasper1-0/+15