Skip to content

Commit

Permalink
Update Split Initialization From Declaration results; notes
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Jan 14, 2024
1 parent f93fac7 commit db2889a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion results/CLionResults.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Notes:
*Invert 'if' condition*.
* **Simplify Boolean Expression** is performed by applying the action
*Simplify expression*.
* **Split Initialization From Declaration** is performed by applying the action
*Split into declaration and assignment*.
* **Split Multi-Variable Declaration** is performed by applying the action
*Split into separate declarations*.

<hr/>

Expand Down Expand Up @@ -1675,7 +1679,7 @@ SB13 | Pass
Case | Result
----- | ------
SID1 | Pass
SID2 | Failure [CPP-1947](https://youtrack.jetbrains.com/issue/CPP-1947)
SID2 | Pass
SID3 | Pass
SID4 | Pass
SID5 | Pass
Expand Down

0 comments on commit db2889a

Please sign in to comment.