elextr commented on this pull request.
> + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-8 + env: + - MATRIX_EVAL="CC=gcc-8 && CXX=g++-8" + +# clang + - os: linux + addons: + apt: + sources: + - llvm-toolchain-trusty-5.0 + packages: + - clang-5.0 Sadly Geany C89 is the trailing edge, although I think a few C99s have crept in under the radar :) But Clang 3.4 isn't officially C++11 either. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/2067#discussion_r280280273