ClangImport: improved location parsing / better handling for "prologue" TypedefDecls#7115
Conversation
|
@danmar @chrchr-github This also makes it harder to convert the tests to a different AST format (i.e. |
|
I just wanted to get rid of the |
df92a53 to
f7fb2b3
Compare
|
What is the status of |
Still experimental and that basically reflects the reality of the implementation. There was talk of dropping it completely at some point. |
In my opinion it's still experimental and it should be rewritten to use the json output from clang instead. I have no plans to do it anytime soon though. I think I might have suggested that this could be dropped but I don't think so anymore. We have discussed this feature in Cppcheck Solutions company at some point and it's a bit interesting for us. Maybe someday we will decide that it's needed and ensure it's implemented. |
yeah I fear that our clangimport gets more and more broken for every clang version. :-( |
Not essentially. The test coverage keeps improving slightly and there's the (in the CI still disabled) |
No description provided.