If we have some range information coming from clang diagnostic, promote
that one even if it doesn't contain diagnostic location inside.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
- Address comments.
unittests/clangd/ClangdUnitTests.cpp | ||
---|---|---|
82 ↗ | (On Diff #167111) | In the previous implementation we were highlighting the "//with comments" as it was the token at that location. But since this is an insertion and we are not going to replace that token it seemed confusing to highlight all the comment. |