owenpan added inline comments.
================ Comment at: clang/lib/Format/TokenAnnotator.cpp:3103 + if (!Next) + return Next; + if (Next->is(tok::comment)) ---------------- owenpan wrote: > HazardyKnusperkeks wrote: > > Is a bit clearer. > I moved this function up to here from below and only removed a couple of > `const`s. I can clean it up in another patch. See D158104. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D157963/new/ https://reviews.llvm.org/D157963 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits