================
@@ -405,6 +405,9 @@ ArgType::matchesType(ASTContext &C, QualType argTy) const {
argTy = PT->getPointeeType();
}
+ if (const auto *OBT = argTy->getAs<OverflowBehaviorType>())
+ argTy = OBT->getUnderlyingType();
----------------
JustinStitt wrote:
Done in
[4f3062d](https://github.com/llvm/llvm-project/pull/148914/commits/4f3062dca4f7627b04bceb456b5ad4d0a8d68eee),
thanks.
https://github.com/llvm/llvm-project/pull/148914
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits