sammccall marked an inline comment as done. sammccall added a comment. Thanks!
================ Comment at: clang/unittests/Format/FormatTest.cpp:9689-9692 + // There's always a space between the function and its trailing qualifiers. + // This isn't evidence for PAS_Right (or for PAS_Left). + std::string Prefix = "void a() &;\n" + "void b() &;\n"; ---------------- benhamilton wrote: > Worth a test with `&&`? > Good idea, merged it with the overloaded-operator test. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D118921/new/ https://reviews.llvm.org/D118921 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits