[all-commits] [llvm/llvm-project] 48508c: [Clang] Handle real and imaginary parts of complex...
Yingwei Zheng via All-commits
all-commits at lists.llvm.org
Mon Oct 23 06:40:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48508c13500908079ae605ad4bd6be075e46f5fb
https://github.com/llvm/llvm-project/commit/48508c13500908079ae605ad4bd6be075e46f5fb
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2023-10-23 (Mon, 23 Oct 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/APValue.cpp
M clang/test/Sema/complex-imag.c
Log Message:
-----------
[Clang] Handle real and imaginary parts of complex lvalue in `APValue::printPretty` (#69252)
This patch handles formatting of real and imaginary parts of complex lvalue.
Fixes #69218.
More information about the All-commits
mailing list