YouCompleteMe/python/completers/cpp
Strahinja Val Markovic 45cbc7da7f Calling PrepareClangFlags is not needed anymore
ycm_extra_conf.py files used to import clang_helpers and then use the
PrepareClangFlags function; this is now unnecessary since the logic from that
function has been moved to flags.py. The old PrepareClangFlags function is still
there (it just returns the flags it gets) for the sake of backwards
compatibility with old ycm_extra_conf.py files.
2013-05-19 10:48:23 -07:00
..
__init__.py Completer plugins now have their own folder 2012-08-05 14:14:31 -07:00
clang_completer.py Using BufUnload instead of BufDelete 2013-05-11 13:49:48 -07:00
clang_helpers.py Calling PrepareClangFlags is not needed anymore 2013-05-19 10:48:23 -07:00
flags.py Calling PrepareClangFlags is not needed anymore 2013-05-19 10:48:23 -07:00
hook.py Refactoring out some pointless sys.path changes 2013-05-19 10:35:42 -07:00