[PATCH] D118991: [clang-format][docs] Fix incorrect 'clang-format 14' configuration options markers

Krystian Kuzniarek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 4 06:20:39 PST 2022


kuzkry created this revision.
kuzkry added a reviewer: MyDeveloperDay.
kuzkry requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

[clang-format][docs] Fix incorrect 'clang-format 14' configuration options markers

Introduced by 23a5090c6 <https://reviews.llvm.org/rG23a5090c6ac7a207f49a11bf868a7c3fae2aeea2>, some style option markers indicated 'clang-format 14',
though their respective options were available in earlier releases.

Note: Even though the value type of 'SpacesInAngles' option changed,
this option has been already present from version 3.4.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118991

Files:
  clang/docs/ClangFormatStyleOptions.rst
  clang/include/clang/Format/Format.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118991.405944.patch
Type: text/x-patch
Size: 5014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220204/7c63d590/attachment.bin>


More information about the cfe-commits mailing list