[all-commits] [llvm/llvm-project] 0fa7e4: [clang-format] NFC Correct clang-format headers fi...

MyDeveloperDay via All-commits all-commits at lists.llvm.org
Thu Apr 30 02:50:54 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0fa7e4adcafb35126f87fb3a45f6f668c994c3e7
      https://github.com/llvm/llvm-project/commit/0fa7e4adcafb35126f87fb3a45f6f668c994c3e7
  Author: mydeveloperday <mydeveloperday at gmail.com>
  Date:   2020-04-30 (Thu, 30 Apr 2020)

  Changed paths:
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/include/clang/Format/Format.h

  Log Message:
  -----------
  [clang-format] NFC Correct clang-format headers file so documentation can be once again autogenerated

Summary:
`ClangFormatStyleOptions.rst` should ALWAYS be autogenerated from Format.h using `clang/docs/tools/dump_format_style.py` if not its liable to get removed leaving options undocumented.

This revision reworks the documentation for {D73354} {D73768} to ensure we can continue to regenerated

Fix other minor changes that ensure the documentation remains consistent (Format.h obviously got re clang-formatted after the rst had been regenerated previously)

Reviewed By: krasimir

Subscribers: cfe-commits

Tags: #clang, #clang-format

Differential Revision: https://reviews.llvm.org/D79095




More information about the All-commits mailing list