Reviewers: Toon Verwaest,
Description:
[vim] Pass correct -std flags to YCM libclang.
[email protected]
Please review this at https://codereview.chromium.org/915933003/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1, -1 lines):
M tools/vim/v8.ycm_extra_conf.py
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++',
]
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.