titan-lang / titan

The Titan programming language
http://titan-lang.org
MIT License
406 stars 13 forks source link

Stop disabling clang's -Wparentheses-equality #215

Closed hugomg closed 6 years ago

hugomg commented 6 years ago

Oops! I forgot to include this in PR #212...

We don't need this flag anymore and getting rid of it cleans up the code a bit. That flag was the only thing we had that behaved differently on gcc and clang.

codecov-io commented 6 years ago

Codecov Report

Merging #215 into lablua will not change coverage. The diff coverage is 100%.

Impacted Files Coverage Δ
titan-compiler/c_compiler.lua 91.3% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fea8b2e...144c89d. Read the comment docs.