MyDeveloperDay marked an inline comment as done. MyDeveloperDay added a comment.
Its really this case that caused me issues, the behaviour for the foo {} cases was different from the ::operator cases. My feeling is that one is being detected as a function the other not. verifyFormat("::operator delete(foo);"); verifyFormat("::operator new(n * sizeof(foo));"); verifyFormat("foo() { ::operator delete(foo); }"); verifyFormat("foo() { ::operator new(n * sizeof(foo)); }"); CHANGES SINCE LAST ACTION https://reviews.llvm.org/D114725/new/ https://reviews.llvm.org/D114725 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits