MyDeveloperDay added inline comments.
================ Comment at: clang/lib/Format/Format.cpp:2308 IncludesInBlock.clear(); - FirstIncludeBlock = false; + if (Trimmed.startswith("#pragma hdrstop")) // precompiled headers + FirstIncludeBlock = true; ---------------- would you now please add a unit test that handles the new case CHANGES SINCE LAST ACTION https://reviews.llvm.org/D94217/new/ https://reviews.llvm.org/D94217 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits