YouCompleteMe/python/ycm
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
..
completers Fix breakage of some compile_commands.json users 2013-05-24 14:29:33 -07:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
extra_conf_store.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
test_utils.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
utils.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
vimsupport.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
youcompleteme.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00