We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f330065 commit 9e93238Copy full SHA for 9e93238
CHANGES.md
@@ -1,11 +1,14 @@
1
-## 2.0.2 (unreleased)
+## 2.0.2
2
* Rename `Rmtmps` to `RmUnused` (#135).
3
* Add option to add return statement to `noreturn` functions (#129).
4
+* Fix empty `if`s being removed (#140).
5
* Fix `_Float128` support (#118, #119).
6
* Fix C11 `_Alignas` computation (#130).
7
* Fix renaming and merging of `inline` functions based on C standard (#120, #124).
-* Fix `Pretty` not resetting all global state between calls (#133).
8
+* Fix `Pretty` not resetting all global state between calls (#133, #134).
9
+* Fix `fundec` location in merger (#139).
10
* Fix `cilly` patcher (#128).
11
+* Disable basename by default in parser.
12
13
## 2.0.1
14
* Fix scope of enum definition in return type (#112, #113).
0 commit comments