-
Notifications
You must be signed in to change notification settings - Fork 17
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
Include source file information for warnings or errors #528
Comments
There is not any sort of disambiguation done when lookup for a name finds more than one symbol. Implementing this correctly will require the clang comment parser to support inline command arguments with parameter lists, as it currently considers any whitespace to be the end of an argument. |
@sdkrystian @alandefreitas |
@sdkrystian ping 🙏 |
Is this related to parameter lists? I used to get a similar error when the documentation referred to an excluded symbol. I fixed that at some previous commit, so maybe this bug has fixed itself. |
I'm currently getting this:
While I can track most of the failures manually, it takes unnecessary effort (specially for functions like
operator==
). The source filesrc/lib/Metadata/Finalize.cpp(173)
seems an implementation detail that I should not be seeing. I'd like to know where in my code I made the mistake so I can solve it.The text was updated successfully, but these errors were encountered: