[PATCH] D127270: [clang-format] Add space in placement new expression

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 20 00:36:11 PDT 2022


MyDeveloperDay added inline comments.


================
Comment at: clang/docs/tools/dump_format_style.py:317
           pass
+      elif state == State.InNestedEnum:
+        if line.startswith('///'):
----------------
Can you show us a screenshot of how these changes will look in HTML?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127270



More information about the cfe-commits mailing list