The assertion checking that a range of a node is a token range does
not hold in case of "split" tokens, e.g. between two closing template
argument lists (vector<vector<int>>).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D58447
[clangd] Fix a crash in Selection ClosedPublic Authored by ilya-biryukov on Feb 20 2019, 6:41 AM.
Details Summary The assertion checking that a range of a node is a token range does
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 20 2019, 6:49 AM Closed by commit rL354507: [clangd] Fix a crash in Selection (authored by ibiryukov). · Explain WhyFeb 20 2019, 11:26 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 187632 clang-tools-extra/trunk/clangd/Selection.cpp
clang-tools-extra/trunk/unittests/clangd/SelectionTests.cpp
|