lahwaacz added inline comments.
================ Comment at: clang/docs/ClangFormatStyleOptions.rst:3769 + care should be taken to review code changes made by this option. + NOTE: + Setting this to false will not add `;` where they were missing ---------------- Nit: the note should probably not be part of the warning. ================ Comment at: clang/docs/ClangFormatStyleOptions.rst:3779 + return a>b?a:b; return a>b?a:b; + }; }; + ---------------- There is an extra `;` in the `true` case ;-) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D135466/new/ https://reviews.llvm.org/D135466 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits