[clang] [clang] Add bitint classification for __builtin_classify_type (PR #72036)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 15 11:47:48 PST 2023
================
@@ -11486,6 +11486,7 @@ bool IntExprEvaluator::CheckReferencedDecl(const Expr* E, const Decl* D) {
/// Values returned by __builtin_classify_type, chosen to match the values
/// produced by GCC's builtin.
+/// The values can be found in gcc/typeclass.h in the GCC repository.
----------------
AaronBallman wrote:
```suggestion
```
For licensing clarity, I don't think we want to encourage people to go look at the source of GCC even though this is a helpful comment.
https://github.com/llvm/llvm-project/pull/72036
More information about the cfe-commits
mailing list