mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Ignore cl's -showIncludes
This commit is contained in:
parent
8da0172955
commit
9ba87673b8
@ -80,7 +80,7 @@ std::vector<std::string> kBlacklistMulti = {
|
|||||||
|
|
||||||
// Blacklisted flags which are always removed from the command line.
|
// Blacklisted flags which are always removed from the command line.
|
||||||
std::vector<std::string> kBlacklist = {
|
std::vector<std::string> kBlacklist = {
|
||||||
"-c", "-MP", "-MD", "-MMD", "--fcolor-diagnostics",
|
"-c", "-MP", "-MD", "-MMD", "--fcolor-diagnostics", "-showIncludes"
|
||||||
};
|
};
|
||||||
|
|
||||||
// Arguments which are followed by a potentially relative path. We need to make
|
// Arguments which are followed by a potentially relative path. We need to make
|
||||||
|
Loading…
Reference in New Issue
Block a user