================ @@ -194,6 +192,54 @@ class CompilerType { bool IsTypedefType() const; bool IsVoidType() const; + + bool IsSmartPtrType() const; ---------------- cmtice wrote: Done. https://github.com/llvm/llvm-project/pull/73472