https://bugs.kde.org/show_bug.cgi?id=357615
--- Comment #14 from Sergey Kalinichev <kalinichev.s...@gmail.com> --- Ok, I'm going to look into it. Still I don't really see an easy way to integrate this feature in the UI. E.g. should it be something like adding 2 options: C++ profile: ... C profile: ... And then use given profile based on file extension. If so, what about headers? We will parse it as C++, but what if a project is in plain C? Yes we'll parse headers in plain C most of the time, because of TU pinning. But this solution is far from being perfect. Maybe we should add an option like: "parse headers in plain C"? And if this option is checked parse all .h files under given directory in plain C mode? Any suggestions on how to improve it? -- You are receiving this mail because: You are watching all bug changes.