[PATCH] D119682: [clang-format][docs] Fix incorrect 'clang-format 13' configuration options markers
Krystian Kuzniarek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 18 07:37:55 PST 2022
kuzkry marked 2 inline comments as done.
kuzkry added inline comments.
================
Comment at: clang/include/clang/Format/Format.h:2540-2541
/// }
/// \endcode
- /// \version 13
+ /// \version 15
bool IndentRequiresClause;
----------------
MyDeveloperDay wrote:
> HazardyKnusperkeks wrote:
> >
> I like that suggestion..
Sorry, I didn't notice this inline comment before.
@HazardyKnusperkeks, I put it in a slightly different place, i.e. above the example code as Sphinx complained about this particular placement.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119682/new/
https://reviews.llvm.org/D119682
More information about the cfe-commits
mailing list