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.
2 parents c3ac5ab + d1857a9 commit e5ac492Copy full SHA for e5ac492
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