YouCompleteMe/python
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
..
clang_includes Moving clang includes to clang_includes folder 2013-01-17 17:08:11 -08:00
ycm Preventing possible TypeError with StringVec 2013-05-22 15:47:30 -07:00
test_requirements.txt Tests for helper functions in flags.py 2013-05-19 14:20:13 -07:00