[clang] [libclang] Add accessors for template parameters and fix parameter pack handling (PR #183504)
Jannick Kremer via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 14 07:40:36 PDT 2026
================
@@ -916,6 +916,213 @@ def test_get_template_argument_unsigned_value(self):
self.assertEqual(foos[1].get_template_argument_unsigned_value(0), 2**32 - 7)
self.assertEqual(foos[1].get_template_argument_unsigned_value(2), True)
+ def test_get_constant_template_argument_type(self):
----------------
DeinAlptraum wrote:
Oops, sorry I got confused because we have functions of the same name on both
https://github.com/llvm/llvm-project/pull/183504
More information about the cfe-commits
mailing list