aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorShafik Yaghmour <shafik.yaghmour@intel.com>2025-01-26 15:06:26 -0800
committerGitHub <noreply@github.com>2025-01-26 15:06:26 -0800
commitc9637afec7ed72904c74c2fc71e990d378f3d7a6 (patch)
treeb3753094eaa9d7aa6c7d7ad6d452db43499ad4f5 /flang/lib/Frontend/CompilerInvocation.cpp
parente278e1b6ece025ace4238748c0f57fda3ca833f9 (diff)
downloadllvm-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