SimpleProgramAnalyser / spa

A CMake Windows program for a SIMPLE language
GNU General Public License v3.0
3 stars 0 forks source link

Apply clang-tidy suggestions to fix gcc warnings #126

Closed alcen closed 4 years ago

alcen commented 4 years ago

Improve coding style, fix warnings like X will be initialized after Y [-Wreorder] (mostly from Preprocessor)