We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba54fb commit 8b954f0Copy full SHA for 8b954f0
clang-tools-extra/docs/clang-tidy/checks/bugprone/reserved-identifier.rst
@@ -28,7 +28,7 @@ Violating the naming rules above results in undefined behavior.
28
int _g(); // disallowed in global namespace only
29
30
The check can also be inverted, i.e. it can be configured to flag any
31
-identifier that is _not_ a reserved identifier. This mode is for use by e.g.
+identifier that is *not* a reserved identifier. This mode is for use by e.g.
32
standard library implementors, to ensure they don't infringe on the user
33
namespace.
34
0 commit comments