-
Notifications
You must be signed in to change notification settings - Fork 84
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
Clang-Tidy complaint about re_snprintf #1207
Comments
This is a false positive and a needed workaround for some compilers. |
So is your suggestion that I open an Android Studio ticket about this? |
Here are the details: But since it's a gcc bug/workaround, I'm unsure if there is a real fix for clang-tidy. |
Maybe a |
I created Android Studio ticket, but usually they don't lead to anything. |
I got reply from Android Studio to my ticket:
So why can't the macro definition be changed like proposed? |
See GCC Bitfields bug: #1110 |
You can try #1206 |
I'm on the road. Will try when somewhere. |
#1206 helped and |
Android Studio Clang-Tidy complains about all re_snprintf calls. Example is below. Is this a bug in Clang-Tidy or a real issue with the macro?
The text was updated successfully, but these errors were encountered: