mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
C++: Fix upgrade delete directives
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
description: Support C++17 if and switch initializers
|
||||
compatibility: partial
|
||||
constexpr_if_initialization.rel: delete
|
||||
if_initialization.rel: delete
|
||||
switch_initialization.rel: delete
|
||||
exprparents.rel: run exprparents.qlo
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
description: Remove the old CFG tables
|
||||
compatibility: full
|
||||
|
||||
falsecond.rel: delete
|
||||
successors.rel: delete
|
||||
truecond.rel: delete
|
||||
|
||||
Reference in New Issue
Block a user