Skip to content

Commit

Permalink
clang-tidy doc: Fix the syntax to use rst list type
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed May 10, 2020
1 parent dc0f79e commit b082813
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -8,8 +8,9 @@ bugprone-reserved-identifier
Checks for usages of identifiers reserved for use by the implementation.

The C and C++ standards both reserve the following names for such use:
* identifiers that begin with an underscore followed by an uppercase letter;
* identifiers in the global namespace that begin with an underscore.

- identifiers that begin with an underscore followed by an uppercase letter;
- identifiers in the global namespace that begin with an underscore.

The C standard additionally reserves names beginning with a double underscore,
while the C++ standard strengthens this to reserve names with a double
Expand Down

0 comments on commit b082813

Please sign in to comment.