[PATCH] D114142: [clang-format] [PR52527] can join * with /* to form an outside of comment error C4138

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 18 03:20:09 PST 2021


MyDeveloperDay added a comment.

These don't seem to be issues

  double term = a *  // first
                b;
  
  void foo(int*  // this is the first
           ,
           int second);


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114142



More information about the cfe-commits mailing list