By default, Clang builds C code in GNU C11 mode, so it uses standard C99 semantics for the inline keyword: http://clang.llvm.org/compatibility.html#inline Closes #1399