mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
C++: Final IR reshuffle
Moved IR flavors into "implementation", with internal files under "implementation/internal". Made `IRBlockConstruction` just a nested module of `IRConstruction`/`SSAConstruction`, so it gets picked up from the `Construction` parameter of the `IR` module, rather than being picked up just from being in the same directory as `IRBlock`.
This commit is contained in:
@@ -1 +1 @@
|
||||
semmle/code/cpp/ir/internal/raw/PrintIR.ql
|
||||
semmle/code/cpp/ir/implementation/raw/PrintIR.ql
|
||||
@@ -1 +1 @@
|
||||
semmle/code/cpp/ir/internal/raw/IRSanity.ql
|
||||
semmle/code/cpp/ir/implementation/raw/IRSanity.ql
|
||||
@@ -1 +1 @@
|
||||
semmle/code/cpp/ir/internal/unaliased_ssa/PrintIR.ql
|
||||
semmle/code/cpp/ir/implementation/unaliased_ssa/PrintIR.ql
|
||||
@@ -1 +1 @@
|
||||
semmle/code/cpp/ir/internal/unaliased_ssa/IRSanity.ql
|
||||
semmle/code/cpp/ir/implementation/unaliased_ssa/IRSanity.ql
|
||||
Reference in New Issue
Block a user