MyDeveloperDay added a comment.

Did the original change make it into the 13 branch? I'm seeing some unexpected 
behavior.

  bool foo(int a, Bar) override;
  bool foo(int a, Bar) override; // comment

becomes

  bool foo(int a, Bar)
  override;
  bool foo(int a, Bar)
  override; // comment


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

https://reviews.llvm.org/D107961

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

Reply via email to