[PATCH] D27440: clang-format-vsix: fail when clang-format outputs to stderr
Daniel Jasper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 16 01:19:40 PST 2016
djasper added a comment.
I agree that fallback-style should only be used when there is no .clang-format file. If we find one, and it doesn't parse correctly, we should neither use the fallback style nor scan in higher-level directories (not sure whether we currently do that).
https://reviews.llvm.org/D27440
More information about the cfe-commits
mailing list