import ycm_core
import difflib
+# flags used when no compilation_db is found
BASE_FLAGS = [
- '-Wall',
'-std=c++1z',
'-x', 'c++',
]
+# flags are always added
EXTRA_FLAGS = [
'-Wall',
'-Wextra',
+ '-Weverything',
+ '-Wno-c++98-compat',
+ '-Wno-c++98-compat-pedantic',
# '-Wshadow',
# '-Werror',
# '-Wc++98-compat',