[PATCH] D95538: [clang][Format] Evaluate FallbackStyle only if needed
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 28 01:37:50 PST 2021
curdeius added a comment.
I see little value in not checking FallbackStyle (even if it's not used).
However, I do see value in an early warning (error) on an incorrect style that can pop up later if not caught soon enough.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95538/new/
https://reviews.llvm.org/D95538
More information about the cfe-commits
mailing list