-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return "Error Parsing translation Unit" when run ":GrayoutUpdate" in *.h headerfile #15
Comments
downgrade to clang 10.0 and related libclang llvm... It works again. |
Thank you for the bug report, I will look into it. |
I have a same issue, but it still exists when I back to clang-15: ` ` New: It happens also when I back to clang-14, the normal .c works well, .h file can not works. |
Thank you for your report and investigating different clang versions! Unfortunately, it is difficult to debug for me without having an MRP, especially since libclang is not very helpful with errors like "Error parsing translation unit.". To be honest, I also don't see much value in further maintaining this plugin, since common LSPs like clangd or ccls support the same functionality as part of their semantic highlighting feature in addition to completion, syntax checking, code actions, etc. in a much more efficient manner. If there is a certain demand for it and an MRP, I'd investigate the problem further, but for now I just don't see a reason to spend my time debugging weird edge cases of a pretty much obsolete plugin. |
Strongly agree, I've recently noticed that coc.nvim is becoming increasingly popular, and indeed, its functionality is quite comprehensive. I'm in the process of transitioning to coc.nvim. Anyway, I am extremely grateful for the assistance this plugin has provided me up until now. |
Describe the bug
Log file
grayout.log
The text was updated successfully, but these errors were encountered: