Files
codeql/cpp/ql/lib/semmle/code/cpp/ir/internal/IRCppLanguageDebug.qll
Jeroen Ketema 91b069603d C++: Move SsaConsistency to its own file
This removes the import of the `Print` library in places that are used in
production and not just debugging.
2023-03-20 10:31:33 +01:00

4 lines
105 B
Plaintext

private import semmle.code.cpp.Print as Print
predicate getIdentityString = Print::getIdentityString/1;