[clang] [clang]: support std::meta::info for primitive types (PR #190356)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 4 06:47:52 PDT 2026


================
@@ -9035,6 +9036,10 @@ inline bool Type::isVoidType() const {
   return isSpecificBuiltinType(BuiltinType::Void);
 }
 
+inline bool Type::isMetaInfoType() const {
----------------
tbaederr wrote:

Docs please.

https://github.com/llvm/llvm-project/pull/190356


More information about the cfe-commits mailing list