krasimir added a comment. It looks like this causes a regression in the following example:
% cat test.cc struct A { std::unique_ptr<B> operator()(const B& b) const; }; % clang-format -style=google test.cc # should be the same as the input struct A { std::unique_ptr<B> operator()(const B & b) const; }; @owenpan, I'm planning to temporarily revert this until you have a chance to look into this. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D154184/new/ https://reviews.llvm.org/D154184 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits