-
Notifications
You must be signed in to change notification settings - Fork 51
Added parsing for clang-cl of BOOST_LEAF_PRETTY_FUNCTION #79
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
Conversation
|
Tested on clang-cl 20.1.0-rc2 & MSVC 14.43.34808 |
|
Thanks, this looks OK but I think we should add compatible parsing for old clang style as well as gcc style on windows. Do you want to update your pull request with these more complete changes? It'd be better if the commit comes from you since you can test (I should add this to the unit tests but I haven't yet). |
|
Ah, right, I need to update the GHA stuff, I'm actually working on that. I'll merge this soon. |
|
Sure about old clang, I'll update the pr later today |
|
Done |
Co-authored-by: Emil Dotchevski <[email protected]>
|
Can't exactly test the older clang style, hopefully it works 🤔 Or gcc-win for that matter |
|
Thanks! |
Fixes #78