An open API service indexing awesome lists of open source software.

https://github.com/tafthorne/clang-gcc

Docker Image packaging Clang ontop of The Docker Official Image for gcc
https://github.com/tafthorne/clang-gcc

clang clang-static-analyzer docker docker-hub docker-image gcc gcc-complier

Last synced: 2 months ago
JSON representation

Docker Image packaging Clang ontop of The Docker Official Image for gcc

Awesome Lists containing this project

README

          

# clang-gcc
Docker Image packaging Clang ontop of The Docker Official Image for gcc

The Docker Image is listed on Docker Hub:
https://hub.docker.com/r/tafthorne/clang-gcc/

To pull the image:
```
docker pull tafthorne/clang-gcc
```

## Clang

Clang is a C based language front-end for C, C++, Objective C/C++ and others
for the LLVM compiler.
* http://clang.llvm.org/
* http://www.llvm.org/

## GNU GCC

The GNU Compiler Collection is a compiling system that supports several
languages. This project focuses more on the C and C++ usage.

For details about the base image for this project please see either the
project page or the Docker Hub entry.
* https://github.com/docker-library/gcc/
* https://hub.docker.com/_/gcc/

## Contributing

Please see the notes in CONTRIBUTING.md.