https://bugs.llvm.org/show_bug.cgi?id=46609
Ensure *... obey they left/middle/right rules of Pointer alignment
Paths
| Differential D83564
[clang-format] PR46609 clang-format does not obey `PointerAlignment: Right` for ellipsis in declarator for pack ClosedPublic Authored by MyDeveloperDay on Jul 10 2020, 9:01 AM.
Details Summary https://bugs.llvm.org/show_bug.cgi?id=46609 Ensure *... obey they left/middle/right rules of Pointer alignment
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 12 2020, 5:34 AM Closed by commit rG65dc97b79eb1: [clang-format] PR46609 clang-format does not obey `PointerAlignment: Right` for… (authored by MyDeveloperDay). · Explain WhyJul 12 2020, 10:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 277296 clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTest.cpp
|