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