-
Notifications
You must be signed in to change notification settings - Fork 17
Segfault with template-template in function #795
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
Comments
Unfortunately, that doesn't reproduce the issue. repro::fSynopsis
Declared in
<function-template-template.cpp>
Fortunately, the error is in this tagfile generation #795 and it's the same for #794. I'll adapt the tagfile generator to test these cases. |
OK. I figured this out. MrDocs can correctly extract the template parameter but not the function parameter. That's why the documentation says |
Just to be clear: I don't need this done - the code that raised this is private. I reported because it was a segfault. |
BTW - would it make sense somehow attaching version information to MrDocs crashes, so reporting is easier? ATM, running |
Yes. We need to improve this. Whenever we report an error, we include the version and the build: mrdocs/src/lib/Support/Error.cpp Lines 257 to 260 in e068292
We don't report it in this case because it's an exception, which uses the llvm handle. We need to change this handle or use the same |
Code:
Segfaults:
The text was updated successfully, but these errors were encountered: