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
- rL LLVM
Event Timeline
clang-tools-extra/clangd/unittests/SelectionTests.cpp | ||
---|---|---|
275 ↗ | (On Diff #217598) | 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"^) |