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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to