specs-feup / cacti

Compiler Analysis Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clang correctness test robustness

Guilherme-Soares-Sequeira opened this issue · comments

When trying to test for correctness clang may fail to parse some of the files (mostly ones generated by the transpiler).
A check should be added to fail the correctness test instantly if clang couldn't generate the intermediate representation of the source file or the generated file, and update the json accordingly.