[PATCH] D121451: [clang-format] Add space to comments starting with '#'.

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 23 02:53:58 PDT 2022


MyDeveloperDay added a comment.

I'm a little uncomfortable with

  //#<preprocessor directive>

becoming

  // #<preprocessor directive>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121451



More information about the cfe-commits mailing list