We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d75b25 commit 17e6fd2Copy full SHA for 17e6fd2
cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll
@@ -555,6 +555,7 @@ private Locatable getSupportedFunctionTemplateArgument(Function templateFunction
555
* Normalize the `n`'th parameter of `f` by replacing template names
556
* with `func:N` (where `N` is the index of the template).
557
*/
558
+pragma[nomagic]
559
private string getTypeNameWithoutFunctionTemplates(Function f, int n, int remaining) {
560
exists(Function templateFunction |
561
templateFunction = getFullyTemplatedFunction(f) and
0 commit comments