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 68575f3 commit d1857a9Copy full SHA for d1857a9
cpp/ql/test/library-tests/templates/nontype_instantiations/functions/test.cpp
@@ -1,4 +1,4 @@
1
-// semmle-extractor-options: --edg --trap_container=folder --edg --trap-compression=none
+
2
template <int i>
3
int addToSelf() { return i + i; };
4
cpp/ql/test/library-tests/templates/nontype_instantiations/general/test.cpp
template<int x>
struct C { };
0 commit comments