================
@@ -970,6 +970,12 @@ def IsWithinLifetime : LangBuiltin<"CXX_LANG"> {
let Prototype = "bool(void*)";
}
+def ClearPadding : LangBuiltin<"CXX_LANG"> {
----------------
huixie90 wrote:Thanks for pointing out. yes updating it to support C as well https://github.com/llvm/llvm-project/pull/75371 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
