[kdevelop] [Bug 394200] #include and #include are not handled identically by the parser

2018-05-16 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=394200 Kevin Funk changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[kdevelop] [Bug 394200] #include and #include are not handled identically by the parser

2018-05-15 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=394200 --- Comment #5 from RJVB --- Can it really be so simple to fix? https://phabricator.kde.org/D12903 -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 394200] #include and #include are not handled identically by the parser

2018-05-15 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=394200 --- Comment #4 from RJVB --- Can it really be so simple to fix? https://phabricator.kde.org/D12903 -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 394200] #include and #include are not handled identically by the parser

2018-05-15 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=394200 --- Comment #3 from Kevin Funk --- I think those are the spots you should look at: ``` % ag -s ClangUtils::rangeForIncludePathSpec plugins/clang/clangsupport.cpp 102:KTextEditor::Range wordRange = ClangUtils::rangeForIncludePathSpec(line, pair.secon

[kdevelop] [Bug 394200] #include and #include are not handled identically by the parser

2018-05-15 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=394200 --- Comment #2 from RJVB --- Any suggestions where to start looking for the source of this bug? I'd search for "#include" but somehow I think that won't be of much help :) (including the quotes actually gives only a single hit, in the astyle plugin). -

[kdevelop] [Bug 394200] #include and #include are not handled identically by the parser

2018-05-15 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=394200 Kevin Funk changed: What|Removed |Added Keywords||junior-jobs -- You are receiving this mail becaus

[kdevelop] [Bug 394200] #include and #include are not handled identically by the parser

2018-05-15 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=394200 Milian Wolff changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED