1.3.6
What's Changed
- Optimize decl+return into return by @eldritchconundrum in #283
- Fix bug 'not a swizzle' with custom struct by @laurentlb in #284
- Optimize useless assign before return by @eldritchconundrum in #288
- Sanely handle current function overloading limitations in inlining by @eldritchconundrum in #292
- Iterate remove unused functions by @eldritchconundrum in #293
- Fix potential unsafe swizzle optimizations by @jwatzman in #298
- Fix mutated idents in functions which are inlined more than once by @jwatzman in #299
- Argument inlining by @eldritchconundrum in #301
- Add ifdef in the output of c-array by @laurentlb in #304
- Fix precedence of the ?: operator by @laurentlb in #306
- Printer: use space before underscore by @laurentlb in #308
Full Changelog: 1.3.5...1.3.6