[PATCH] D113000: [clang-format] NOT FOR COMMIT - Demo of AutomaticBraces: Remove
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 2 12:13:17 PDT 2021
HazardyKnusperkeks added inline comments.
================
Comment at: clang/lib/Format/TokenAnnotator.cpp:3230
return false;
- } else if (Style.isCSharp()) {
- // Require spaces around '{' and before '}' unless they appear in
- // interpolated strings. Interpolated strings are merged into a single token
- // so cannot have spaces inserted by this function.
+ else if (Style.isCSharp()) {
+ // Require spaces around '{' and before '}' unless they appear in
----------------
Here we really have an error!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113000/new/
https://reviews.llvm.org/D113000
More information about the cfe-commits
mailing list