diff options
author | David VandeBunte <david.vandebunte@here.com> | 2019-01-06 20:17:32 -0600 |
---|---|---|
committer | David VandeBunte <david.vandebunte@here.com> | 2019-01-08 19:09:02 -0600 |
commit | 4f72023e16fab3d7df53e3b1acea87ccb58be90b (patch) | |
tree | 1c15709f8a33de625d399b5797a715cfaddd484c /plugin | |
parent | f23811770a8104346b7e9ccc6e586da828c8f41d (diff) | |
download | ale-4f72023e16fab3d7df53e3b1acea87ccb58be90b.zip |
bugfix: c.vim: Pull build directory from compilation database
The LLVM compiler database JSON already includes a directory where the
build was performed:
https://clang.llvm.org/docs/JSONCompilationDatabase.html
Prefer this directory for fixing relative paths in compiler include
arguments in ale#c#ParseCFlags.
Without this change, users cannot create a symlink to their compilation
database as suggested in the LLVM tooling setup instructions:
https://clang.llvm.org/docs/HowToSetupToolingForLLVM.html
Diffstat (limited to 'plugin')
0 files changed, 0 insertions, 0 deletions