"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "34bd1eb560971e38bab3abe52807289424b7472e"
Correctly determine ranges for clang-format.
We have been assuming that CharSourceRange::getTokenRange() by itself expands a range until the end of a token, but in fact it only sets IsTokenRange to true. Thus, we have so far only considered the first character of the last token to belong to an unwrapped line. This did not really manifest in symptoms as all edit integrations expand ranges to fully lines. llvm-svn: 181778
Loading
Please register or sign in to comment