Support Clang 3.5

This commit is contained in:
Simon Brand
2017-10-21 22:36:09 +01:00
parent 1f22aabe21
commit e8ac093ecc
2 changed files with 11 additions and 0 deletions

View File

@@ -29,6 +29,16 @@ matrix:
packages:
- g++-4.8
env: COMPILER=g++-4.8
- compiler: clang
addons:
apt:
sources:
- llvm-toolchain-precise-3.5
- ubuntu-toolchain-r-test
packages:
- clang++-3.5
- libc++-dev
env: COMPILER=clang++-3.5
- compiler: clang
addons:
apt:

View File

@@ -75,6 +75,7 @@ Tested on:
* clang 3.8
* clang 3.7
* clang 3.6
* clang 3.5
* g++ 5.0
* g++ 4.9
* g++ 4.8