We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabbd83 commit d81e808Copy full SHA for d81e808
config/identical-files.json
@@ -47,6 +47,10 @@
47
"cpp/ql/src/semmle/code/cpp/ssa/internal/ssa/SimpleSSA.qll",
48
"cpp/ql/src/semmle/code/cpp/ssa/internal/aliased_ssa/SimpleSSA.qll"
49
],
50
+ "C++ SSA IRBlockConstruction": [
51
+ "cpp/ql/src/semmle/code/cpp/ssa/internal/ssa/IRBlockConstruction.qll",
52
+ "cpp/ql/src/semmle/code/cpp/ssa/internal/aliased_ssa/IRBlockConstruction.qll"
53
+ ],
54
"C++ SSA SSAConstruction": [
55
"cpp/ql/src/semmle/code/cpp/ssa/internal/ssa/SSAConstruction.qll",
56
"cpp/ql/src/semmle/code/cpp/ssa/internal/aliased_ssa/SSAConstruction.qll"
0 commit comments