[clang] [clang][ExprConst] Allow comparisons with string literals (PR #106733)
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 16 14:17:22 PDT 2024
zygoloid wrote:
See https://github.com/llvm/llvm-project/issues/58754#issuecomment-2354048986 -- this introduces a miscompile by producing comparison results at compile time that differ from the results at runtime. Please can this be reverted?
https://github.com/llvm/llvm-project/pull/106733
More information about the cfe-commits
mailing list