Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
semmle-extractor-options: -std=c++17
1 parent 5d0f7ef commit b380ba0Copy full SHA for b380ba0
1 file changed
cpp/ql/test/query-tests/Best Practices/Hiding/DeclarationHidesVariable/hiding.cpp
@@ -1,4 +1,4 @@
1
-
+// semmle-extractor-options: -std=c++17
2
void f(void) {
3
if (1) {
4
int i;
0 commit comments