MT#59038 extend faux hashing for IDE

Change-Id: I0c0006cbec93a48b43a8d105a66667800edcfc61
pull/1802/head
Richard Fuchs 1 year ago
parent a428bcba2d
commit be5180a8ba

@ -9,7 +9,7 @@ from clang_helpers import PrepareClangFlags
# 'flags' list of compilation flags. Notice that YCM itself uses that approach.
compilation_database_folder = ''
repl_tmpl = '((x)[a]?(((x)[a]<<a)^!):0)'
repl_tmpl = '(int)((x)[a]?(((long)((x)[a])<<a)^!):0)'
csh_lookup_str = '!'
for num in range(30):

Loading…
Cancel
Save