diff options
author | Vlad Serebrennikov <serebrennikov.vladislav@gmail.com> | 2024-10-22 22:21:08 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-22 22:21:08 +0400 |
commit | 1b0fcf1e42e05611ec37aa7956988ae6317ad116 (patch) | |
tree | 70b645ca5121c1fa5b7a9a5ea772c0f90b5ab862 /clang/lib/Serialization/ModuleManager.cpp | |
parent | 8536c2e9a25681b6b0c740e708411f0ed3b12f11 (diff) | |
download | llvm-1b0fcf1e42e05611ec37aa7956988ae6317ad116.zip llvm-1b0fcf1e42e05611ec37aa7956988ae6317ad116.tar.gz llvm-1b0fcf1e42e05611ec37aa7956988ae6317ad116.tar.bz2 |
[clang-tidy][NFC] Replace usages of `DeclSpec::TQ` with `Qualifiers::TQ` (#113295)
This patch improves, but doens't fully resolve the layering violation,
which stems from relying on Sema. There's one function that needs to
convert enumerator to a string (`buildQualifier` in
`FixItHintUtils.cpp`), but `Qualifiers::TQ` doesn't offer such function.
Even more, the set of enumerators is not complete compared to
`DeclSpec::TQ`, so I'm afraid that this would be a functional change.
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions