Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Unified Diff: tools/vim/v8.ycm_extra_conf.py

Issue 915933003: [vim] Pass correct -std flags to YCM libclang. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/vim/v8.ycm_extra_conf.py
diff --git a/tools/vim/v8.ycm_extra_conf.py b/tools/vim/v8.ycm_extra_conf.py
index 4de4eddd1028a1cbf400bd88d93ab4ee9fa8024c..412e17245b08849d897da0b463f917bb78c4efa6 100644
--- a/tools/vim/v8.ycm_extra_conf.py
+++ b/tools/vim/v8.ycm_extra_conf.py
@@ -46,7 +46,7 @@ import sys
# Flags from YCM's default config.
flags = [
'-DUSE_CLANG_COMPLETER',
-'-std=c++11',
+'-std=gnu++0x',
'-x',
'c++',
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698