Investigate revertible type traits #96
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
question
Further information is requested
https://github.com/llvm/llvm-project/blob/3af4590506634fa176be5cb5f53161f96609730c/clang/lib/Parse/ParseExpr.cpp#L1071
This works:
But this doesn't:
This suggests there may be something stateful involved with
__is_destructibe
showing up first in the__has_builtin
.The text was updated successfully, but these errors were encountered: