diff options
author | Shafik Yaghmour <shafik.yaghmour@intel.com> | 2025-01-26 15:06:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-26 15:06:26 -0800 |
commit | c9637afec7ed72904c74c2fc71e990d378f3d7a6 (patch) | |
tree | b3753094eaa9d7aa6c7d7ad6d452db43499ad4f5 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | e278e1b6ece025ace4238748c0f57fda3ca833f9 (diff) | |
download | llvm-c9637afec7ed72904c74c2fc71e990d378f3d7a6.zip llvm-c9637afec7ed72904c74c2fc71e990d378f3d7a6.tar.gz llvm-c9637afec7ed72904c74c2fc71e990d378f3d7a6.tar.bz2 |
[Clang] Fix createConstexprUnknownAPValues to use zero offset when ceating APValue (#124478)
When implmenting P2280R4 here:
https://github.com/llvm/llvm-project/pull/95474
When creating the APValue to store and constexprUnknown value I used an
offset of CharUnits::One() but it should have been CharUnits::Zero().
This change just adjusts that value.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions