Skip to content
Commit 21c18d5a authored by Yilong Guo's avatar Yilong Guo Committed by Marek Kurdej
Browse files

[Format] Fix incorrect pointer detection

https://llvm.org/PR50429



Before:
    void f() { f(float(1), a *a); }

After:
    void f() { f(float(1), a * a); }

Signed-off-by: default avatarYilong Guo <yilong.guo@intel.com>

Reviewed By: HazardyKnusperkeks, curdeius

Differential Revision: https://reviews.llvm.org/D103589
parent fcf8827a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment