summaryrefslogtreecommitdiff
path: root/ale_linters/cpp/clang.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/cpp/clang.vim')
-rw-r--r--ale_linters/cpp/clang.vim5
1 files changed, 1 insertions, 4 deletions
diff --git a/ale_linters/cpp/clang.vim b/ale_linters/cpp/clang.vim
index 9c2c73cf..7cd86968 100644
--- a/ale_linters/cpp/clang.vim
+++ b/ale_linters/cpp/clang.vim
@@ -3,10 +3,7 @@
" Set this option to change the Clang options for warnings for CPP.
if !exists('g:ale_cpp_clang_options')
- " let g:ale_cpp_clang_options = '-Wall'
- " let g:ale_cpp_clang_options = '-std=c99 -Wall'
- " c11 compatible
- let g:ale_cpp_clang_options = '-std=c11 -Wall'
+ let g:ale_cpp_clang_options = '-std=c++14 -Wall'
endif
call ale#linter#Define('cpp', {