This revision was automatically updated to reflect the committed changes.
Closed by commit rL372875: [clangd] Fix parseNamespaceEvents to parse the last
token (authored by kadircet, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
h
kadircet updated this revision to Diff 221759.
kadircet added a comment.
- Add empty string testcase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68020/new/
https://reviews.llvm.org/D68020
Files:
clang-tools-extra/clangd/SourceCode.cpp
clang-
hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.
Comment at: clang-tools-extra/clangd/unittests/SourceCodeTests.cpp:429
+// Parse until EOF
+namespace bar{})cpp",
+ {""},
---
kadircet created this revision.
kadircet added reviewers: hokein, ilya-biryukov.
Herald added subscribers: cfe-commits, usaxena95, arphaman, jkorous, MaskRay.
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D68020
Files:
clang-tools-extra/clangd/So