-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[TCling] Fix suppression of enum forward declarations [v6.28] #13326
[TCling] Fix suppression of enum forward declarations [v6.28] #13326
Conversation
There can be multiple attributes in the forward declaration, see the added test in roottest/cling/dict/enum (reduced from a case reported by CMS in cms-sw/cmssw#42234), so we have to look for the last closing parentheses. (cherry picked from commit 9d2f761)
Starting build on |
Build failed on ROOT-ubuntu2204/nortcxxmod. |
Build failed on mac12arm/cxx20. Warnings:
And 113 more |
Build failed on ROOT-debian10-i386/soversion. |
There can be multiple attributes in the forward declaration, see the added test in
roottest/cling/dict/enum
(reduced from a case reported by CMS in cms-sw/cmssw#42234), so we have to look for the last closing parentheses.(cherry picked from commit 9d2f761, backport of #13319)