Clang-in-Docker
Clang-in-Docker copied to clipboard
Fixed Clang path + formatting
- Changed
clang_7.0.0to/clang_7.0.0in the mv command to fit with the export commands. - Used
apt-getinstead ofaptto remove the annoying warning.- WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
- Format with 4 spaces and start lines with &&.