aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/config.go
AgeCommit message (Expand)Author
2021-12-06compiler_wrapper: add missing unused-but-set-varRyan Beltran
2021-10-20compiler_wrapper: ignore unused_but_set_variableRyan Beltran
2021-08-04compiler_wrapper: Fix static libgcc handlingManoj Gupta
2021-07-24compiler_wrapper: Update for gcc -> llvm ebuild migrationManoj Gupta
2021-07-21Temporarily disable -Wdeprecated-copy and -Wdeprecated-declarations.Luis Lozano
2021-06-08[compiler_wrapper] explicitly enables `libgcc` as the unwindlibChristopher Di Bella
2021-02-09toolchain-utils: Make DWARF v5 the default.Caroline Tice
2021-01-28compiler_wrapper: Add "-fcommon" to GCCManoj Gupta
2020-11-26compiler_wrapper: move llvm-next options to clang optionsinglorion
2020-09-22toolchain-utils: Update compiler wrapper to disable warning.Caroline Tice
2020-08-10compiler_wrapper: use crashArtifactsDir to apply clang optsGeorge Burgess IV
2020-08-10compiler_wrapper: dump tricium clang-tidy crash informationGeorge Burgess IV
2020-07-30compiler_wrapper: add -fexperimental-new-pass-managerJian Cai
2020-07-14compiler_wrapper: remove -grecord-gcc-switchesBob Haarman
2020-06-26compiler_wrapper: redirect clang crash dignosesJian Cai
2020-06-24wrapper: add support for Tricium clang-tidyGeorge Burgess IV
2020-06-19wrapper: print android-llvm@ when using the Android wrapper.George Burgess IV
2020-06-15wrapper: allow Android to specify their own llvm-flagsGeorge Burgess IV
2020-05-04Revert "wrapper: Temporarily disable -Wmax-tokens"Tiancong Wang
2020-04-22wrapper: Temporarily disable -Wmax-tokensTiancong Wang
2020-03-13compiler_wrapper: Add "-fcommon" to clang invocationsManoj Gupta
2020-03-04compiler_wrapper: Stop disabling two warnings.Manoj Gupta
2020-02-28Change behavior of doubleBuildWithWNoError for AndroidPirama Arumuga Nainar
2019-11-01toolchain_utils: Remove comparison to old wrapper from compiler_wrapper.Tobias Bosch
2019-10-31toolchain_utils: Upgrade compiler wrapper for llvm r370808.Caroline Tice
2019-10-29toolchain_utils: Add post-user flags to compiler_wrapper.Caroline Tice
2019-10-10toolchain-utils: Enable poison system warning in llvm-nextDenis Nikitin
2019-09-30Initial support for the android wrapper.Tobias Bosch
2019-09-26Support extra args for llvm next.Tobias Bosch
2019-09-16clang wrappers: Use LLD as the default linker.Manoj Gupta
2019-08-19Store change id as version in the config.Tobias Bosch
2019-08-15Pass the old wrapper path as a linker argumentTobias Bosch
2019-07-22Support gcc host wrapper.Tobias Bosch
2019-07-22Support clang host wrapper.Tobias Bosch
2019-07-22Sync with recent changes to old wrapper.Tobias Bosch
2019-07-22Add license headers to all go files.Tobias Bosch
2019-07-18Create golden tests for sysroot wrapper.Tobias Bosch
2019-07-18Fix minor bugsTobias Bosch
2019-07-10Support second execution of the compiler with -Wno-errorTobias Bosch
2019-06-28Introduce infrastructure for calling and testing nestedTobias Bosch
2019-06-25Allow to pass in the use_ccache via go build.Tobias Bosch
2019-06-20Initial version of a go version of the compiler wrapper.Tobias Bosch