This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE332237: [clangd] Add helper for collecting #include
directives in file. (authored by ioeric, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D46675?vs=146581&id=146583#toc
Repositor
ioeric updated this revision to Diff 146581.
ioeric marked an inline comment as done.
ioeric added a comment.
- Merged with origin/master
- Addressed review comments.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D46675
Files:
clangd/ClangdUnit.cpp
clangd/ClangdUnit.h
cla
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
Comment at: clangd/ClangdUnit.h:53
std::vector Diags;
- InclusionLocations IncLocations;
+ std::vector Inclusions;
};
this might be a good pl
ioeric updated this revision to Diff 146075.
ioeric added a comment.
- Unmerge https://reviews.llvm.org/D46670
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D46675
Files:
clangd/ClangdUnit.cpp
clangd/ClangdUnit.h
clangd/Headers.cpp
clangd/Headers.h
clangd/XRefs.cpp
I
ioeric updated this revision to Diff 146074.
ioeric added a comment.
- Rebase on origin/master
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D46675
Files:
clangd/ClangdLSPServer.cpp
clangd/ClangdUnit.cpp
clangd/ClangdUnit.h
clangd/Headers.cpp
clangd/Headers.h
clangd
ioeric created this revision.
ioeric added a reviewer: sammccall.
Herald added subscribers: cfe-commits, jkorous, MaskRay, ilya-biryukov, klimek.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D46675
Files:
clangd/ClangdUnit.cpp
clangd/ClangdUnit.h
clangd/Headers.cpp
clang