Stop using reserved names by C and C++ standards (e.g. _Repeat
, _Raise
)
#481
Labels
bug
Something isn't working
_Repeat
, _Raise
)
#481
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
The text was updated successfully, but these errors were encountered: