summaryrefslogtreecommitdiffstats
path: root/src/backends/clang.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make Pid directlysyn2020-02-071-7/+7
| | | | Constructing Pid instead of i32 looks prettier
* Lil' mo' refactorsyn2020-02-071-1/+1
|
* Remove test filessyn2020-02-071-8/+5
| | | | Piping is a shell's job, not evr's
* Extract 'stdin from file' & add to clangsyn2020-01-181-1/+4
|
* Support reporting signalled processessyn2020-01-181-8/+40
|
* Use std::iosyn2020-01-181-5/+5
|
* Actually use compiler's return codesyn2020-01-171-1/+5
|
* Add c/cxx supportsyn2020-01-161-5/+68
|
* Something is donesyn2019-12-271-0/+21