[PATCH] D155239: [clang-format] Add SpacesInParens with SpacesInParensOptions
Gedare Bloom via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 20 12:32:45 PDT 2023
gedare added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:16791
+ verifyFormat("SomeType *__attribute__((attr)) *a = NULL;", Spaces);
+ verifyFormat("void __attribute__((naked)) foo(int bar)", Spaces);
----------------
@HazardyKnusperkeks here.
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