[PATCH] D103286: [clang-format] Add PPIndentWidth option

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 3 08:06:08 PDT 2021


HazardyKnusperkeks added inline comments.


================
Comment at: clang/include/clang/Format/Format.h:2674
+  /// \endcode
+  signed PPIndentWidth;
+
----------------
I've replaced this with `int`, because `signed` results in an exception from `dump_format_style.py`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103286



More information about the cfe-commits mailing list