YouCompleteMe/python/ycm/completers
Strahinja Val Markovic d9f45d576f Fix breakage of some compile_commands.json users
Depending on the user, the PrepareClangFlags rewrite of a few commits ago could
break users with an extra "clang: 'linker' input not used" (or similar) error
message because the compiler executable string was not removed from flags
upstream if the user prepended some flags to the output of PrepareClangFlags
before returning it to the caller of FlagsForFile.

Since the rewrite was supposed to be backwards compatible, this needs
to be handled.
2013-05-24 14:29:33 -07:00
..
all Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
c Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
cpp Fix breakage of some compile_commands.json users 2013-05-24 14:29:33 -07:00
general Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
objc Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
objcpp Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
python Adding back the Jedi submodule 2013-05-19 19:47:34 -07:00
__init__.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
completer.py API docs for ThreadedCompleter 2013-05-20 09:40:04 -07:00
general_completer.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
threaded_completer.py API docs for ThreadedCompleter 2013-05-20 09:40:04 -07:00