diff options
author | Sam McCall <sam.mccall@gmail.com> | 2022-11-11 12:41:45 +0100 |
---|---|---|
committer | Sam McCall <sam.mccall@gmail.com> | 2022-11-11 13:41:54 +0100 |
commit | 7943169273b22f61a0322cb2d38ff75845e52628 (patch) | |
tree | 27713841fbdbe0690f37452595c0c2b5e19a88cb /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 1da74eeb0e1b6cb0d427148d9ed05afb3a1e01bc (diff) | |
download | llvm-7943169273b22f61a0322cb2d38ff75845e52628.zip llvm-7943169273b22f61a0322cb2d38ff75845e52628.tar.gz llvm-7943169273b22f61a0322cb2d38ff75845e52628.tar.bz2 |
[clang-include-cleaner] make SymbolLocation a real class, move FindHeaders
- replace SymbolLocation std::variant with enum-exposing version similar to
those in types.cpp. There's no appropriate implementation file, added
LocateSymbol.cpp in anticipation of locateDecl/locateMacro.
- FindHeaders is not part of the public Analysis interface, so should not
be implemented/tested there (just code organization)
- rename findIncludeHeaders->findHeaders to avoid confusion with Include concept
Differential Revision: https://reviews.llvm.org/D137825
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions