[clang] [clang] Implement -fstrict-bool (PR #160790)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 2 08:50:57 PST 2025
=?utf-8?q?Félix?= Cloutier <fcloutier at apple.com>,
=?utf-8?q?Félix?= Cloutier <fcloutier at apple.com>,
=?utf-8?q?Félix?= Cloutier <fcloutier at apple.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/160790 at github.com>
================
@@ -2018,16 +2018,25 @@ llvm::Value *CodeGenFunction::EmitLoadOfScalar(LValue lvalue,
lvalue.getTBAAInfo(), lvalue.isNontemporal());
}
-static bool getRangeForType(CodeGenFunction &CGF, QualType Ty,
- llvm::APInt &Min, llvm::APInt &End,
- bool StrictEnums, bool IsBool) {
+// XXX: safety first! This method SHOULD NOT be extended to support additional
----------------
AaronBallman wrote:
```suggestion
// This method SHOULD NOT be extended to support additional
```
and re-flow the comment.
https://github.com/llvm/llvm-project/pull/160790
More information about the cfe-commits
mailing list