clang_complete icon indicating copy to clipboard operation
clang_complete copied to clipboard

Pattern not found when source file is a symlink

Open dergeier opened this issue 10 years ago • 0 comments

Hi,

I'm using clang_complete on a big project with a compile_commands.json file. I'm also keeping additional source files in my personal repo, and I've symlinked them to the project tree so that I could compile them.

Autocomplete breaks in this scenario, but it works just fine if I replace those symlinks with the actual files.

It seemed to me as if it were trying to compile the symlinked files from their actual location (which is outside the tree) instead of the symlinks'.

dergeier avatar Aug 02 '14 21:08 dergeier