This currently isn't used by anything, but will be used by clangd in the
future to suggest #import instead of #include for Objective-C code.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D115679
[clang] Add ability to suggest #import instead of #include. Needs ReviewPublic Authored by dgoldman on Dec 13 2021, 2:35 PM. This revision needs review, but there are no reviewers specified.
Details
Summary This currently isn't used by anything, but will be used by clangd in the
Diff Detail
Event TimelineHerald added subscribers: usaxena95, kadircet, arphaman. · View Herald TranscriptDec 13 2021, 2:35 PM Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 13 2021, 2:35 PM
Revision Contents
Diff 394060 clang-tools-extra/clangd/CodeComplete.cpp
clang-tools-extra/clangd/Headers.h
clang-tools-extra/clangd/Headers.cpp
clang-tools-extra/clangd/IncludeFixer.cpp
clang-tools-extra/clangd/unittests/HeadersTests.cpp
clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
|