MyDeveloperDay added inline comments.
================ Comment at: clang/unittests/Format/FormatTest.cpp:12581 + "\n" + "/* block comment */\n" + "\n" ---------------- can you add an example with a block comment that spans multiple lines e.g. ``` int a = 5 /* * block comment */ int oneTwoThree = 123; ``` ``` int a = 5 /// /// block comment /// int oneTwoThree = 123; ``` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93986/new/ https://reviews.llvm.org/D93986 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits