Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Stop using reserved names by C and C++ standards (e.g. _Repeat, _Raise) #481

Open
NikitaNikolaenko opened this issue Jul 19, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@NikitaNikolaenko
Copy link
Contributor

Identifiers that begin with an underscore followed by an uppercase letter are reserved by C and C++ standards.
Source: https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/bugprone-reserved-identifier.html

@NikitaNikolaenko NikitaNikolaenko added the bug Something isn't working label Jul 19, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant