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 9cfd1a8 commit b3ac7bdCopy full SHA for b3ac7bd
cpp/ql/lib/semmle/code/cpp/internal/ResolveClass.qll
@@ -115,15 +115,13 @@ private module Cached {
115
*/
116
cached
117
predicate isClass(@usertype t) {
118
- (
119
- usertypes(t, _, 1) or
120
- usertypes(t, _, 2) or
121
- usertypes(t, _, 3) or
122
- usertypes(t, _, 6) or
123
- usertypes(t, _, 10) or
124
- usertypes(t, _, 11) or
125
- usertypes(t, _, 12)
126
- )
+ usertypes(t, _, 1) or
+ usertypes(t, _, 2) or
+ usertypes(t, _, 3) or
+ usertypes(t, _, 6) or
+ usertypes(t, _, 10) or
+ usertypes(t, _, 11) or
+ usertypes(t, _, 12)
127
}
128
129
0 commit comments