================
@@ -50,6 +50,9 @@ IntegerLiteralSeparatorFixer::process(const Environment &Env,
   case FormatStyle::LK_JavaScript:
     Separator = '_';
     break;
+  case FormatStyle::LK_C:
+      Separator = '\'';
+      break;
----------------
HazardyKnusperkeks wrote:

Until someone comes with a really valid use case where he's unable to set the 
language to `Cpp14` or above, while obviously using `C23` or newer and wants 
this feature to be enabled, I'd merge the cases.

https://github.com/llvm/llvm-project/pull/182296
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to