[PATCH] D124036: [clang-format] Don't skip PP lines if original line was a PP line when trying to merge lines
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 19 13:06:42 PDT 2022
aeubanks added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:13397
+
+ verifyFormat("//\n"
+ "#define a \\\n"
----------------
not sure if you'd like a better test, this was the reduced test case I got that still caused a crash
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124036/new/
https://reviews.llvm.org/D124036
More information about the cfe-commits
mailing list