Before: MACRO(underlying_type(A) * a);
After: MACRO(underlying_type(A) *a);
Depends on D86959
Paths
| Differential D86960
[clang-format] Parse __underlying_type(T) as a type ClosedPublic Authored by arichardson on Sep 1 2020, 10:14 AM.
Details Summary Before: MACRO(underlying_type(A) * a); Depends on D86959
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 2 2020, 4:15 AM Closed by commit rG9a22eba15091: [clang-format] Parse __underlying_type(T) as a type (authored by arichardson). · Explain WhySep 7 2020, 2:10 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 289510 clang/lib/Format/FormatToken.h
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTest.cpp
|