compiler-explorer / asm-parser

BSD 2-Clause "Simplified" License
27 stars 7 forks source link

Use new C++ if (decl...) #18

Closed mattgodbolt closed 2 years ago

mattgodbolt commented 2 years ago

Also avoids an else after a return, and const-i-fies a few things.

This might end up causing some merge conflicts with others...I'll be happy to fix them if so.