curdeius added inline comments.
================ Comment at: clang/unittests/Format/QualifierFixerTest.cpp:830 + verifyFormat("template <class Id> using A = quantity<kind<Id>, 1>;", Style); + verifyFormat("template <class Id> using A = quantity /**/<kind<Id>, 1>;", + Style); ---------------- Could you test with a line comment too? ================ Comment at: clang/unittests/Format/QualifierFixerTest.cpp:830 + verifyFormat("template <class Id> using A = quantity<kind<Id>, 1>;", Style); + verifyFormat("template <class Id> using A = quantity /**/<kind<Id>, 1>;", + Style); ---------------- curdeius wrote: > Could you test with a line comment too? And what about multiple comments? Maybe we need a while loop instead of if? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D116726/new/ https://reviews.llvm.org/D116726 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits