diff options
author | Nico Weber <thakis@chromium.org> | 2024-06-28 13:20:53 +0200 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2024-06-28 13:38:14 +0200 |
commit | 7878d9c0363528c44effe55aae2843fbabb6dd0e (patch) | |
tree | fa2ec406dd4000fae760aa2a6054d8789bc95338 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 7f68675f64e0aa0aa014e538d145c650034ebae2 (diff) | |
download | llvm-7878d9c0363528c44effe55aae2843fbabb6dd0e.zip llvm-7878d9c0363528c44effe55aae2843fbabb6dd0e.tar.gz llvm-7878d9c0363528c44effe55aae2843fbabb6dd0e.tar.bz2 |
[clangd] Replace an include with a forward declaration
The real Client.cpp and other users of Client.h (ClangdMain.cpp, Dexp.cpp)
already include index/Index.h, so no effect there.
And UnimplementedClient.cpp only returns `nullptr` and doesn't need
to know the full type.
Makes it possible to compile UnimplementedClient.cpp without having
to wait for clang's tblgen code generators.
No behavior change.
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions