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