[clang] counter var3 (PR #162291)
Helena Kotas via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 7 16:13:41 PDT 2025
================
@@ -903,6 +938,73 @@ BuiltinTypeDeclBuilder &BuiltinTypeDeclBuilder::addCreateFromImplicitBinding() {
.finalize();
}
+BuiltinTypeDeclBuilder &
----------------
hekota wrote:
Could you please add a comment here and to the other new static method describing what the method looks like, similar to what the existing static create methods have? See line 867.
https://github.com/llvm/llvm-project/pull/162291
More information about the cfe-commits
mailing list