YouCompleteMe/python/ycm/completers
Strahinja Val Markovic 11a7746753 Preventing possible TypeError with StringVec
It was possible to get a traceback if results[ 'flags' ] was a StringVec; the
code would try to perform results[ 'flags' ] += self.special_clang_flags and
this would then fail because the clang flags would be a Python list.
2013-05-22 15:47:30 -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 Preventing possible TypeError with StringVec 2013-05-22 15:47:30 -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