aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/clang_flags.go
AgeCommit message (Expand)Author
2022-01-05compiler_wrapper: Use ld.bfd to detect binutils pathManoj Gupta
2021-08-25compiler_wrapper: support -W[no-]unused-set-variableJian Cai
2021-02-26compiler_wrapper: pass --prefix argument to clangManoj Gupta
2021-02-01compiler_wrapper: Remove "-m32/movbe" from i686 handlingManoj Gupta
2020-12-29compiler_wrapper: remove "-pass-exit-codes" in wrapperManoj Gupta
2020-08-13compiler_wrapper: remove some flags from unsupport clang flagsJian Cai
2020-01-24compiler_wrapper: strip newline char from resource dir.Manoj Gupta
2019-10-17compiler_wrapper: remove WITH_TIDY support for android.Tobias Bosch
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