[PATCH] D29450: [clang-format] Don't reflow across comment pragmas.
Krasimir Georgiev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 2 06:52:38 PST 2017
krasimir added a comment.
That sounds reasonable. However it won't work with comment pragmas in newlines in block comments.
The root issue that I was looking at was a taze directive inside a block comment in a random typescript file, like:
/* random stuff
* long long long long
* taze directive
*/
https://reviews.llvm.org/D29450
More information about the cfe-commits
mailing list