Hello.
Please find attached a patch for Sema::CheckTypenameType() that should solve a couple of FIXMEs related to the construction of DependentNameType nodes. In code such as the following
CheckTypenameType.patch (4.9 KB)
Hello.
Please find attached a patch for Sema::CheckTypenameType() that should solve a couple of FIXMEs related to the construction of DependentNameType nodes. In code such as the following
CheckTypenameType.patch (4.9 KB)
Perfect, thanks! Committed as r102243.
- Doug