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 9c95d82 commit 1a89424Copy full SHA for 1a89424
cpp/common/src/codingstandards/cpp/Type.qll
@@ -30,4 +30,4 @@ Type stripSpecifiers(Type type) {
30
if type instanceof SpecifiedType
31
then result = stripSpecifiers(type.(SpecifiedType).getBaseType())
32
else result = type
33
-}
+}
0 commit comments