aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/clang_flags.go
AgeCommit message (Expand)Author
2019-09-30Initial support for the android wrapper.Tobias Bosch
2019-09-13Allow to remove env variables.Tobias Bosch
2019-08-20Forward os.Stdin to child processes.Tobias Bosch
2019-08-16Resolve wrapper path against path envTobias Bosch
2019-08-15Only evaluate one level of links for the linkerTobias Bosch
2019-07-22Support clang host wrapper.Tobias Bosch
2019-07-22Add license headers to all go files.Tobias Bosch
2019-07-18Add json mapping for command and commandResult.Tobias Bosch
2019-07-09Support calling clang-tidy in the compiler wrapper.Tobias Bosch
2019-07-09Support -clang-syntax flag in the compiler wrapper.Tobias Bosch
2019-06-28Introduce infrastructure for calling and testing nestedTobias Bosch
2019-06-20Initial version of a go version of the compiler wrapper.Tobias Bosch