MyDeveloperDay added a comment.

1. You need to default initialize BreakBeforeInlineASMColon  in the LLVM style.

  FormatStyle getLLVMStyle(FormatStyle::LanguageKind Language) {
         ...
         LLVMStyle.BreakBeforeInlineASMColon  = false;
         ...

2. You need a "CHECK_PARSE_BOOL" unit test

  CHECK_PARSE_BOOL(BreakBeforeInlineASMColon  );


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91950/new/

https://reviews.llvm.org/D91950

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

Reply via email to