glotchimo added a comment.

I was tinkering with the use of `getPreviousNonComment` last night before 
signing off and the problem that I noticed was that, though it stops the 
`operator=` from being split and aligned with previous lines, it adds a single 
space:

  /* long long padding */ int() = default;
   int &operator()               = default;
  -int &operator/**/=();
  +int &operator/**/ =();

Going to mess around with it some more today, but do you have any ideas as to 
why that might be happening?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117421

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

Reply via email to