clang up to >=7
clang <= 7 can work with nameof, but will not be tested
This commit is contained in:
parent
33023e3275
commit
08d11632d2
2 changed files with 1 additions and 29 deletions
28
.travis.yml
28
.travis.yml
|
@ -39,34 +39,6 @@ matrix:
|
||||||
env:
|
env:
|
||||||
- CXX_COMPILER=g++-9 CC_COMPILER=gcc-9
|
- CXX_COMPILER=g++-9 CC_COMPILER=gcc-9
|
||||||
|
|
||||||
- os: linux
|
|
||||||
compiler: clang++
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
- sourceline: 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main'
|
|
||||||
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
|
|
||||||
packages:
|
|
||||||
- g++-7
|
|
||||||
- clang-5.0
|
|
||||||
env:
|
|
||||||
- CXX_COMPILER=clang++-5.0 CC_COMPILER=clang-5.0
|
|
||||||
|
|
||||||
- os: linux
|
|
||||||
compiler: clang++
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
- sourceline: 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-6.0 main'
|
|
||||||
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
|
|
||||||
packages:
|
|
||||||
- g++-7
|
|
||||||
- clang-6.0
|
|
||||||
env:
|
|
||||||
- CXX_COMPILER=clang++-6.0 CC_COMPILER=clang-6.0
|
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang++
|
compiler: clang++
|
||||||
addons:
|
addons:
|
||||||
|
|
|
@ -113,7 +113,7 @@ If you are using [Conan](https://www.conan.io/) to manage your dependencies, mer
|
||||||
|
|
||||||
## Compiler compatibility
|
## Compiler compatibility
|
||||||
|
|
||||||
* Clang/LLVM >= 5
|
* Clang/LLVM >= 7
|
||||||
* Visual C++ >= 15.3 / Visual Studio >= 2017
|
* Visual C++ >= 15.3 / Visual Studio >= 2017
|
||||||
* Xcode >= 10
|
* Xcode >= 10
|
||||||
* GCC >= 7 (GCC >= 9 for NAMEOF_ENUM)
|
* GCC >= 7 (GCC >= 9 for NAMEOF_ENUM)
|
||||||
|
|
Loading…
Reference in a new issue