-
Notifications
You must be signed in to change notification settings - Fork 5
Use Clang instead of GCC #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
zimmski
added a commit
to go-clang/bootstrap
that referenced
this issue
Sep 9, 2016
- Upgrades to Go 1.7 - Introduces test-throughout to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/bootstrap
that referenced
this issue
Sep 9, 2016
- Upgrades to Go 1.7 - Introduces test-throughout to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
Merged
zimmski
added a commit
to go-clang/bootstrap
that referenced
this issue
Sep 9, 2016
- Upgrades to Go 1.7 - Introduces test-throughout to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/bootstrap
that referenced
this issue
Sep 13, 2016
- Upgrades to Go 1.7 - Introduces test-throughout to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/bootstrap
that referenced
this issue
Sep 15, 2016
- Upgrades to Go 1.7 - Introduces test-full to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/bootstrap
that referenced
this issue
Sep 15, 2016
- Upgrades to Go 1.7 - Introduces test-full to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/bootstrap
that referenced
this issue
Sep 19, 2016
- Upgrades to Go 1.7 - Introduces test-full to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/bootstrap
that referenced
this issue
Sep 19, 2016
- Upgrades to Go 1.7 - Introduces test-full to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/bootstrap
that referenced
this issue
Sep 20, 2016
- Upgrades to Go 1.7 - Introduces test-full to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/v3.4
that referenced
this issue
Dec 2, 2016
- Upgrades to Go 1.7 - Introduces test-full to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/v3.4
that referenced
this issue
Dec 2, 2016
- Upgrades to Go 1.7 - Introduces test-full to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/v3.4
that referenced
this issue
Dec 2, 2016
- Upgrades to Go 1.7 - Introduces test-full to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/v3.6
that referenced
this issue
Dec 2, 2016
- Upgrades to Go 1.7 - Introduces test-full to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/v3.8
that referenced
this issue
Dec 2, 2016
- Upgrades to Go 1.7 - Introduces test-full to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/v3.8
that referenced
this issue
Dec 2, 2016
- Upgrades to Go 1.7 - Introduces test-full to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/v3.7
that referenced
this issue
Dec 2, 2016
- Upgrades to Go 1.7 - Introduces test-full to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/v3.9
that referenced
this issue
Dec 2, 2016
- Upgrades to Go 1.7 - Introduces test-full to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
zimmski
added a commit
to go-clang/v3.8
that referenced
this issue
Dec 4, 2016
- Upgrades to Go 1.7 - Introduces test-full to test with the race detector and (new) with the address sanitizer if it is supported by the environment - Cleanup of some scripts Fixes go-clang/gen#113 and go-clang/gen#124
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@zchee pointed out that we are still using GCC in some placed, i.e. TravisCI. We have to make sure that this does not happen anywhere. This is a Clang-using project, how can we make sure that GCC at least in our development and testing environments?
The text was updated successfully, but these errors were encountered: