#!/bin/bash "$1" --version | sed -nr 's/^.*clang version ([\.0-9]*)( .*)?$/\1/p'