mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Add -idirafter ot kPathArgs (#529)
This commit is contained in:
parent
d7e0722ca6
commit
13cccda781
@ -86,7 +86,9 @@ std::vector<std::string> kBlacklist = {
|
||||
std::vector<std::string> kPathArgs = {
|
||||
"-I", "-iquote", "-isystem", "--sysroot=",
|
||||
"-isysroot", "-gcc-toolchain", "-include-pch", "-iframework",
|
||||
"-F", "-imacros", "-include", "/I"};
|
||||
"-F", "-imacros", "-include", "/I",
|
||||
"-idirafter"
|
||||
};
|
||||
|
||||
// Arguments which always require an absolute path, ie, clang -working-directory
|
||||
// does not work as expected. Argument processing assumes that this is a subset
|
||||
|
Loading…
Reference in New Issue
Block a user