YouCompleteMe/python/completers/cpp
Strahinja Val Markovic 482de517ba Better support for CompilationDatabase
We now use the compilation working directory for a file that is specified in the
CompilationDatabase. We don't actually change the working directory of the
process, even temporarily (that would be annoying to users); we munge the flags
coming from the database so that all the relative paths in them are resolved to
absolute ones.
2013-01-22 16:30:49 -08:00
..
__init__.py Completer plugins now have their own folder 2012-08-05 14:14:31 -07:00
clang_completer.py Moving a comment closer to the related code 2012-09-05 21:49:51 -07:00
clang_helpers.py Better support for CompilationDatabase 2013-01-22 16:30:49 -08:00
flags.py Better support for CompilationDatabase 2013-01-22 16:30:49 -08:00
hook.py No error when no clang support and cpp file opened 2013-01-13 20:56:10 -08:00