Commit f2369fa3 authored by Benedikt Meurer's avatar Benedikt Meurer

[vim] Pass correct -std flags to YCM libclang.

TBR=verwaest@chromium.org

Review URL: https://codereview.chromium.org/915933003

Cr-Commit-Position: refs/heads/master@{#26566}
parent 754cc1a9
......@@ -46,7 +46,7 @@ import sys
# Flags from YCM's default config.
flags = [
'-DUSE_CLANG_COMPLETER',
'-std=c++11',
'-std=gnu++0x',
'-x',
'c++',
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment