[clang] [Clang] [Sema] Added a check for `NameInfo` actually containing a valid destructor name (PR #210610)

Corentin Jabot via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 23 00:50:16 PDT 2026


================
@@ -180,3 +180,16 @@ namespace InstQualifier1 {
     };
   }
 } // namespace InstQualifier1
+
+namespace invalid_function_name_in_template_instantiation {
----------------
cor3ntin wrote:

```suggestion
namespace GH210234 {
```

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


More information about the cfe-commits mailing list