CPP:Add tests for the aliased IR.

This commit is contained in:
Alex Eyers-Taylor
2023-09-06 11:06:48 +01:00
parent 404145dd1b
commit 43a72f2a8e
2 changed files with 12967 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,11 @@
/**
* @kind graph
*/
private import cpp
private import semmle.code.cpp.ir.implementation.aliased_ssa.PrintIR
private import PrintConfig
private class PrintConfig extends PrintIRConfiguration {
override predicate shouldPrintDeclaration(Declaration decl) { shouldDumpDeclaration(decl) }
}