Details
Details
- Reviewers
hokein - Commits
- rGab6594575a22: [clangd] Fix SelectionTree to allow selection range expression in foreach loops.
rL370191: [clangd] Fix SelectionTree to allow selection range expression in foreach loops.
rCTE370191: [clangd] Fix SelectionTree to allow selection range expression in foreach loops.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 37416 Build 37415: arc lint + arc unit
Event Timeline
clang-tools-extra/clangd/unittests/SelectionTests.cpp | ||
---|---|---|
275 | nit: the ^ inside the string "foo" is a bit tricky, I didn't spot it at the first glance, I'd move it out of the string, e.g. mak^eStr("foo"^) |
nit: the ^ inside the string "foo" is a bit tricky, I didn't spot it at the first glance, I'd move it out of the string, e.g. mak^eStr("foo"^)