================
@@ -2312,6 +2312,17 @@ bool Type::isRealType() const {
   return isBitIntType();
 }
 
+bool Type::isFPAtomicCompatibleType() const {
----------------
vikramRH wrote:

not sure if this is the right place for the predicate, ASTContext seemed like a 
good option too

https://github.com/llvm/llvm-project/pull/129495
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to