MyDeveloperDay added a comment.

I'm seeing some odd behaviour here..

  void foo() {}
  /* ABC */
  void bar() {}

becomes

  void foo() {}
  
  /* ABC */
  
  void bar() {}

If the ABC comment is a doxygen style comment it doesn't make sense to separate 
it from the function below


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116314

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

Reply via email to