[clang] [clang] Rework `hasBooleanRepresentation`. (PR #136038)
John McCall via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 17 11:43:51 PDT 2025
================
@@ -2774,7 +2774,7 @@ class alignas(TypeAlignment) Type : public ExtQualsTypeCommonBase {
bool hasFloatingRepresentation() const;
/// Determine whether this type has a boolean representation
- /// of some sort.
+ /// of some sort, e.g., it is a boolean type or a vector thereof.
----------------
rjmccall wrote:
```suggestion
/// of some sort, i.e., it is a boolean type or a vector thereof.
```
https://github.com/llvm/llvm-project/pull/136038
More information about the cfe-commits
mailing list