https://bugs.kde.org/show_bug.cgi?id=372686
Sven Brauch <m...@svenbrauch.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Version Fixed In| |5.2.1 Latest Commit| |https://commits.kde.org/kde | |velop/a2712c8d9691375545f50 | |2c10f4f76fa10452e90 Resolution|--- |FIXED --- Comment #8 from Sven Brauch <m...@svenbrauch.de> --- Git commit a2712c8d9691375545f502c10f4f76fa10452e90 by Sven Brauch. Committed on 17/11/2017 at 00:45. Pushed by brauch into branch '5.2'. work around clang bug 35333: don't crash when switching git branches See https://bugs.llvm.org/show_bug.cgi?id=35333 for details and explanation. We need to do two things to work around this bug: disable -Wdocumentation, and only use the plain text from the comments instead of the parsed version. REVIEW: https://phabricator.kde.org/D8857 Related: bug 358205 FIXED-IN: 5.2.1 M +4 -0 plugins/clang/duchain/builder.cpp M +7 -0 plugins/clang/duchain/parsesession.cpp https://commits.kde.org/kdevelop/a2712c8d9691375545f502c10f4f76fa10452e90 -- You are receiving this mail because: You are watching all bug changes.