[PATCH] D86960: [clang-format] Parse __underlying_type(T) as a type

Alexander Richardson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 1 10:14:21 PDT 2020


arichardson created this revision.
arichardson added reviewers: MyDeveloperDay, JakeMerdichAMD, sammccall, curdeius.
Herald added subscribers: cfe-commits, jfb.
Herald added a project: clang.
arichardson requested review of this revision.

Before: MACRO(__underlying_type(A) * a);
After:  MACRO(__underlying_type(A) *a);

Depends on D86959 <https://reviews.llvm.org/D86959>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86960

Files:
  clang/lib/Format/FormatToken.h
  clang/lib/Format/TokenAnnotator.cpp
  clang/unittests/Format/FormatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86960.289210.patch
Type: text/x-patch
Size: 5972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200901/e012e95a/attachment.bin>


More information about the cfe-commits mailing list