You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a library for Cpp14 specific naming, but would benefit from creating a set of C99 specific names to avoid any false positives of standard expansions that occurred. Ideally this extraction could be automated and some script to accomplish that would also be contributed to the repo. This requires us to first identify a good source to extract this information from.
The text was updated successfully, but these errors were encountered:
Currently we have a library for Cpp14 specific naming, but would benefit from creating a set of C99 specific names to avoid any false positives of standard expansions that occurred. Ideally this extraction could be automated and some script to accomplish that would also be contributed to the repo. This requires us to first identify a good source to extract this information from.
The text was updated successfully, but these errors were encountered: