[PATCH] D86930: [clang-format] Handle typename macros inside cast expressions

Douglas Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 1 17:31:37 PDT 2020


dougpuob added a comment.

I am a beginner to compiler, interesting in how to write Unit Test case for change so I ran it, but found difference with my expection.

You mentioned 
Before: x = (STACK_OF(uint64_t)) & a;
After: x = (STACK_OF(uint64_t))&a;

Your input test data is identical with the expected data. Does this exactly you need? Attach with a screenshot for your reference.
F12833965: 2020-09-02_081105.png <https://reviews.llvm.org/F12833965>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86930/new/

https://reviews.llvm.org/D86930



More information about the cfe-commits mailing list