[PATCH] D111545: [Clang][NFC] Fix multiline comment prefixes in function headers

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 14 00:26:59 PDT 2021


MyDeveloperDay requested changes to this revision.
MyDeveloperDay added a comment.
This revision now requires changes to proceed.

To me you should be doing

  /*bitcode SDL=*/true

It looks like its still failing clang-format might I suggest making the changes to the comment, git adding the file then doing

  git clang-format

This will clang-format your staged files.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111545



More information about the cfe-commits mailing list