diff options
author | Ingo Müller <ingomueller@google.com> | 2025-09-17 19:00:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-17 19:00:34 +0200 |
commit | 6fdecaa7709a395c3ad5f47928f0290fbd0446c9 (patch) | |
tree | 2ed12d03ce58583886163769de5dfaf305a9f2c9 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 087f4fc91b9665dced0007f82a38a0ddb0be79fd (diff) | |
download | llvm-6fdecaa7709a395c3ad5f47928f0290fbd0446c9.zip llvm-6fdecaa7709a395c3ad5f47928f0290fbd0446c9.tar.gz llvm-6fdecaa7709a395c3ad5f47928f0290fbd0446c9.tar.bz2 |
Revert "[clang-tidy] support query based custom check" (#159380)
Reverts llvm/llvm-project#131804.
This breaks a build bot; see discussion in the original PR. I could
reproduce this problem locally. The problem is that the original PR
makes use of `registerCustomChecks` in `ClangTidy.cpp` but does not add
the new custom module to the dependencies of the target that builds that
file. Adding the dependency would create a cyclic dependency, so the fix
doesn't seem obvious. See details in the PR description.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions