This revision was automatically updated to reflect the committed changes.
Closed by commit rG70914aa63156: Use pseudo parser for folding ranges (authored
by usaxena95).
Changed prior to commit:
https://reviews.llvm.org/D129648?vs=445002&id=445432#toc
Repository:
rG LLVM Github Monorepo
CHAN
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
Thanks, this looks good.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129648/new/
https://reviews.llvm.org/D129648
___
usaxena95 updated this revision to Diff 445002.
usaxena95 added a comment.
Removed unused headers and fix spellings.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129648/new/
https://reviews.llvm.org/D129648
Files:
clang-tools-extra/clangd/CMake
usaxena95 added inline comments.
Comment at: clang-tools-extra/clangd/SemanticSelection.cpp:185
+if (auto *Paired = Tok.pair()) {
+ if (Tok.Line < Paired->Line) {
+Position Start = offsetToPosition(
hokein wrote:
> The `if` logic seems tricky, it
usaxena95 updated this revision to Diff 444975.
usaxena95 marked 15 inline comments as done.
usaxena95 added a comment.
Addressed comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129648/new/
https://reviews.llvm.org/D129648
Files:
clang-t
sammccall added inline comments.
Comment at: clang-tools-extra/clangd/CMakeLists.txt:149
+target_include_directories(clangDaemon PUBLIC
+ ${CMAKE_CURRENT_SOURCE_DIR}/../pseudo/include
+)
It should rather be up to the clangPseudo target to specify its include
di
hokein added inline comments.
Comment at: clang-tools-extra/clangd/SemanticSelection.cpp:175
+
+ llvm::Optional Preprocessed;
+ Preprocessed = DirectiveStructure.stripDirectives(OrigStream);
nit: no need to use llvm::Optional.
Comment at: cla
usaxena95 updated this revision to Diff 444765.
usaxena95 added a comment.
Removed changes from previous revision.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129648/new/
https://reviews.llvm.org/D129648
Files:
clang-tools-extra/clangd/CMakeLi
usaxena95 updated this revision to Diff 444755.
usaxena95 added a comment.
Addressed offline comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129648/new/
https://reviews.llvm.org/D129648
Files:
clang-tools-extra/clangd/CMakeLists.txt
cl
usaxena95 created this revision.
Herald added subscribers: kadircet, arphaman, mgorny.
Herald added a project: All.
usaxena95 requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
For sharing. WIP
Repository:
rG LLVM Github Monore
10 matches
Mail list logo