mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Packaging: Refactor the cpp libraries
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.
This commit is contained in:
8
cpp/ql/lib/semmle/code/cpp/ir/PrintIR.ql
Normal file
8
cpp/ql/lib/semmle/code/cpp/ir/PrintIR.ql
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* @name Print IR
|
||||
* @description Outputs a representation of the IR graph
|
||||
* @id cpp/print-ir
|
||||
* @kind graph
|
||||
*/
|
||||
|
||||
import implementation.aliased_ssa.PrintIR
|
||||
Reference in New Issue
Block a user