[PATCH] D155239: [clang-format] Add SpacesInParens with SpacesInParensOptions

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 16 07:22:48 PDT 2023


MyDeveloperDay added inline comments.


================
Comment at: clang/lib/Format/TokenAnnotator.cpp:4046
+               ? (Style.SpacesInParens == FormatStyle::SIPO_Always ||
+                  Style.SpacesInParentheses)
+               : true;
----------------
isn't SpacesInParentheses mapped to Style.SpacesInParens == FormatStyle::SIPO_Always?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155239



More information about the cfe-commits mailing list