YouCompleteMe/python/ycm/completers/cpp
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
..
tests Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
__init__.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
clang_completer.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
clang_helpers.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
flags.py Preventing possible TypeError with StringVec 2013-05-22 15:47:30 -07:00
hook.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00