mirror of
https://github.com/github/codeql.git
synced 2026-01-30 14:52:57 +01:00
This PR separates the core cpp packs into `codeql/cpp-queries` and `codeql/cpp-all`. There are very few lines of code changed. Almost all changes are moving files around.
9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
/**
|
|
* @name Print IR
|
|
* @description Outputs a representation of the IR graph
|
|
* @id cpp/print-ir
|
|
* @kind graph
|
|
*/
|
|
|
|
import implementation.aliased_ssa.PrintIR
|