We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c7e45 commit 099dbb8Copy full SHA for 099dbb8
cpp/common/src/codingstandards/cpp/Class.qll
@@ -192,7 +192,7 @@ class TrivialMemberFunction extends IntrospectedMemberFunction {
192
*/
193
class TemplateOrTemplateClassMemberFunction extends MemberFunction {
194
TemplateOrTemplateClassMemberFunction() {
195
-(
+ (
196
isFromUninstantiatedTemplate(_) or
197
isFromTemplateInstantiation(_)
198
) and
0 commit comments