[PATCH] D99458: [clang-format] Fix east const pointer alignment of operators
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 27 14:37:29 PDT 2021
curdeius added inline comments.
================
Comment at: clang/lib/Format/TokenAnnotator.cpp:2958
// Space between the type and the * in:
// operator void*()
// operator char*()
----------------
Nit: you might add `operator void const/volatile*()` to the list.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99458/new/
https://reviews.llvm.org/D99458
More information about the cfe-commits
mailing list