mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 11:56:38 +00:00
[clang-tidy][docs] Replace _not_ in reserved-identifier.rst with *not* (#112162)
Fixes a documentation formatting error where `_not_` was used which has no special meaning in reST and replaces it with `*not*`. Closes #111691.
This commit is contained in:
parent
87645e9205
commit
6d7712a70c
@ -28,7 +28,7 @@ Violating the naming rules above results in undefined behavior.
|
||||
int _g(); // disallowed in global namespace only
|
||||
|
||||
The check can also be inverted, i.e. it can be configured to flag any
|
||||
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.
|
||||
standard library implementors, to ensure they don't infringe on the user
|
||||
namespace.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user