[PATCH] D78982: [clang-format] Fix Microsoft style for C++ enums

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 29 08:33:19 PDT 2020


MyDeveloperDay added a comment.

see D79095: [clang-format] NFC Correct clang-format headers file so documentation can be once again autogenerated <https://reviews.llvm.org/D79095> this should be handled separately.



================
Comment at: clang/docs/ClangFormatStyleOptions.rst:721
-
-**InsertTrailingCommas** (``TrailingCommaStyle``) can be set to ``TCS_Wrapped``
-  to insert trailing commas in container literals (arrays and objects) that wrap
----------------
MyDeveloperDay wrote:
> asmith wrote:
> > MyDeveloperDay wrote:
> > > ? are you removing something?
> > These are changes from running the python script to regenerate the docs. Someone forgot to run the script. This info is no longer in the header.
> If a change isn't related to your feature, simply ignore it, but don't include other changes in yours. If this has truly gone then we need to handle that separately
This is from {D73768} we may need to determine why the code was not put into Format.h but that can be handled by a separate revision


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78982/new/

https://reviews.llvm.org/D78982





More information about the cfe-commits mailing list