Skip to content

Commit d7e22b2

Browse files
authored
Merge pull request #15241 from github/cklin/upgrade-delete-fixes-cpp
C++: Fix upgrade delete directives
2 parents b7158ab + 6f5bce0 commit d7e22b2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cpp/downgrades/cf72c8898d19eb1b3374432cf79d8276cb07ad43/upgrade.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
description: Support C++17 if and switch initializers
22
compatibility: partial
3+
constexpr_if_initialization.rel: delete
34
if_initialization.rel: delete
45
switch_initialization.rel: delete
56
exprparents.rel: run exprparents.qlo
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
description: Remove the old CFG tables
22
compatibility: full
33

4+
falsecond.rel: delete
5+
successors.rel: delete
6+
truecond.rel: delete

0 commit comments

Comments
 (0)