Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Format/WhitespaceManager.cpp | ||
---|---|---|
334–337 | On a second thought, it seems like a workaround only and a real solution would be to fix https://github.com/llvm/llvm-project/issues/53699 that I've just created. |
On a second thought, it seems like a workaround only and a real solution would be to fix https://github.com/llvm/llvm-project/issues/53699 that I've just created.
It fixes an immediate problem though.
I'll add a fixme in a later revision (or when landing) to remove this when the abovementioned bug is solved properly.
Then, this problem should be caught by the assertion added later below.