[kdevelop] [Bug 446404] parser sometimes ignores custom parser options

2021-12-03 Thread Daniel Santos
https://bugs.kde.org/show_bug.cgi?id=446404 Daniel Santos changed: What|Removed |Added CC||daniel.san...@pobox.com --- Comment #3 from Dan

[kdevelop] [Bug 446404] parser sometimes ignores custom parser options

2021-12-03 Thread Daniel Santos
https://bugs.kde.org/show_bug.cgi?id=446404 --- Comment #2 from Daniel Santos --- So I believe this is happening because the file is in a subdirectory that is filtered: [Filters][64] inclusive=0 pattern=/drivers/staging targets=2 Some may call this a user error, but I can't afford to have the e

[kdevelop] [Bug 446404] parser sometimes ignores custom parser options

2021-12-03 Thread Daniel Santos
https://bugs.kde.org/show_bug.cgi?id=446404 --- Comment #1 from Daniel Santos --- This appears to be the source of the problem, at plugins/clang/clangparsejob.cpp:175: if (auto file = findProjectFileItem(tuUrl, &hasBuildSystemInfo)) { This is failing when it should not, as this file belongs to t