Skip to content

Conversation

@dkaszews
Copy link
Contributor

Found in #171686 , can be merged first

@github-actions
Copy link

Thank you for submitting a Pull Request (PR) to the LLVM Project!

This PR will be automatically labeled and the relevant teams will be notified.

If you wish to, you can add reviewers by using the "Reviewers" section on this page.

If this is not working for you, it is probably because you do not have write permissions for the repository. In which case you can instead tag reviewers by name in a comment by using @ followed by their GitHub username.

If you have received no comments on your PR for a week, you can request a review by "ping"ing the PR by adding a comment “Ping”. The common courtesy "ping" rate is once a week. Please remember that you are asking for valuable time from other developers.

If you have further questions, they may be answered by the LLVM GitHub User Guide.

You can also ask questions in a comment on this PR, on the LLVM Discord or on the forums.

@llvmbot
Copy link
Member

llvmbot commented Dec 15, 2025

@llvm/pr-subscribers-clang-tools-extra

@llvm/pr-subscribers-clang-tidy

Author: Dominik Kaszewski (dkaszews)

Changes

Found in #171686 , can be merged first


Full diff: https://github.com/llvm/llvm-project/pull/172319.diff

1 Files Affected:

  • (modified) clang-tools-extra/docs/clang-tidy/checks/readability/identifier-naming.rst (+53-53)
diff --git a/clang-tools-extra/docs/clang-tidy/checks/readability/identifier-naming.rst b/clang-tools-extra/docs/clang-tidy/checks/readability/identifier-naming.rst
index 2c0d69f0264e7..e9d46b730fe69 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/readability/identifier-naming.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/readability/identifier-naming.rst
@@ -231,7 +231,7 @@ A detailed description of each option is presented below:
 .. option:: AbstractClassPrefix
 
     When defined, the check will ensure abstract class names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: AbstractClassIgnoredRegexp
 
@@ -368,7 +368,7 @@ and thus no warnings will be emitted.
 .. option:: ClassPrefix
 
     When defined, the check will ensure class names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ClassIgnoredRegexp
 
@@ -422,7 +422,7 @@ After:
 .. option:: ClassConstexprPrefix
 
     When defined, the check will ensure class ``constexpr`` names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ClassConstexprIgnoredRegexp
 
@@ -474,7 +474,7 @@ After:
 .. option:: ClassConstantPrefix
 
     When defined, the check will ensure class constant names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ClassConstantIgnoredRegexp
 
@@ -526,7 +526,7 @@ After:
 .. option:: ClassMemberPrefix
 
     When defined, the check will ensure class member names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ClassMemberIgnoredRegexp
 
@@ -578,7 +578,7 @@ After:
 .. option:: ClassMethodPrefix
 
     When defined, the check will ensure class method names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ClassMethodIgnoredRegexp
 
@@ -624,7 +624,7 @@ After:
 .. option:: ConceptPrefix
 
     When defined, the check will ensure concept names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ConceptIgnoredRegexp
 
@@ -664,7 +664,7 @@ After:
 .. option:: ConstantPrefix
 
     When defined, the check will ensure constant names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ConstantIgnoredRegexp
 
@@ -710,7 +710,7 @@ After:
 .. option:: ConstantMemberPrefix
 
     When defined, the check will ensure constant member names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ConstantMemberIgnoredRegexp
 
@@ -760,7 +760,7 @@ After:
 .. option:: ConstantParameterPrefix
 
     When defined, the check will ensure constant parameter names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ConstantParameterIgnoredRegexp
 
@@ -806,7 +806,7 @@ After:
 .. option:: ConstantPointerParameterPrefix
 
     When defined, the check will ensure constant pointer parameter names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ConstantPointerParameterIgnoredRegexp
 
@@ -852,7 +852,7 @@ After:
 .. option:: ConstexprFunctionPrefix
 
     When defined, the check will ensure constexpr function names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ConstexprFunctionIgnoredRegexp
 
@@ -892,7 +892,7 @@ After:
 .. option:: ConstexprMethodPrefix
 
     When defined, the check will ensure constexpr method names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ConstexprMethodIgnoredRegexp
 
@@ -938,7 +938,7 @@ After:
 .. option:: ConstexprVariablePrefix
 
     When defined, the check will ensure constexpr variable names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ConstexprVariableIgnoredRegexp
 
@@ -984,7 +984,7 @@ After:
 .. option:: EnumPrefix
 
     When defined, the check will ensure enumeration names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: EnumIgnoredRegexp
 
@@ -1024,7 +1024,7 @@ After:
 .. option:: EnumConstantPrefix
 
     When defined, the check will ensure enumeration constant names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: EnumConstantIgnoredRegexp
 
@@ -1070,7 +1070,7 @@ After:
 .. option:: FunctionPrefix
 
     When defined, the check will ensure function names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: FunctionIgnoredRegexp
 
@@ -1163,7 +1163,7 @@ After:
 .. option:: GlobalConstantPrefix
 
     When defined, the check will ensure global constant names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: GlobalConstantIgnoredRegexp
 
@@ -1209,7 +1209,7 @@ After:
 .. option:: GlobalConstantPointerPrefix
 
     When defined, the check will ensure global constant pointer names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: GlobalConstantPointerIgnoredRegexp
 
@@ -1255,7 +1255,7 @@ After:
 .. option:: GlobalFunctionPrefix
 
     When defined, the check will ensure global function names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: GlobalFunctionIgnoredRegexp
 
@@ -1295,7 +1295,7 @@ After:
 .. option:: GlobalPointerPrefix
 
     When defined, the check will ensure global pointer names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: GlobalPointerIgnoredRegexp
 
@@ -1341,7 +1341,7 @@ After:
 .. option:: GlobalVariablePrefix
 
     When defined, the check will ensure global variable names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: GlobalVariableIgnoredRegexp
 
@@ -1393,7 +1393,7 @@ After:
 .. option:: InlineNamespacePrefix
 
     When defined, the check will ensure inline namespaces names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: InlineNamespaceIgnoredRegexp
 
@@ -1487,7 +1487,7 @@ After:
 .. option:: LocalConstantPrefix
 
     When defined, the check will ensure local constant names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: LocalConstantIgnoredRegexp
 
@@ -1533,7 +1533,7 @@ After:
 .. option:: LocalConstantPointerPrefix
 
     When defined, the check will ensure local constant pointer names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: LocalConstantPointerIgnoredRegexp
 
@@ -1579,7 +1579,7 @@ After:
 .. option:: LocalPointerPrefix
 
     When defined, the check will ensure local pointer names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: LocalPointerIgnoredRegexp
 
@@ -1625,7 +1625,7 @@ After:
 .. option:: LocalVariablePrefix
 
     When defined, the check will ensure local variable names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: LocalVariableIgnoredRegexp
 
@@ -1679,7 +1679,7 @@ After:
 .. option:: MacroDefinitionPrefix
 
     When defined, the check will ensure macro definitions will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: MacroDefinitionIgnoredRegexp
 
@@ -1722,7 +1722,7 @@ command line using the ``-D`` flag.
 .. option:: MemberPrefix
 
     When defined, the check will ensure member names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: MemberIgnoredRegexp
 
@@ -1772,7 +1772,7 @@ After:
 .. option:: MethodPrefix
 
     When defined, the check will ensure method names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: MethodIgnoredRegexp
 
@@ -1816,7 +1816,7 @@ After:
 .. option:: NamespacePrefix
 
     When defined, the check will ensure namespace names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: NamespaceIgnoredRegexp
 
@@ -1860,7 +1860,7 @@ After:
 .. option:: ParameterPrefix
 
     When defined, the check will ensure parameter names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ParameterIgnoredRegexp
 
@@ -1906,7 +1906,7 @@ After:
 .. option:: ParameterPackPrefix
 
     When defined, the check will ensure parameter pack names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ParameterPackIgnoredRegexp
 
@@ -1950,7 +1950,7 @@ After:
 .. option:: PointerParameterPrefix
 
     When defined, the check will ensure pointer parameter names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: PointerParameterIgnoredRegexp
 
@@ -1996,7 +1996,7 @@ After:
 .. option:: PrivateMemberPrefix
 
     When defined, the check will ensure private member names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: PrivateMemberIgnoredRegexp
 
@@ -2048,7 +2048,7 @@ After:
 .. option:: PrivateMethodPrefix
 
     When defined, the check will ensure private method names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: PrivateMethodIgnoredRegexp
 
@@ -2094,7 +2094,7 @@ After:
 .. option:: ProtectedMemberPrefix
 
     When defined, the check will ensure protected member names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ProtectedMemberIgnoredRegexp
 
@@ -2146,7 +2146,7 @@ After:
 .. option:: ProtectedMethodPrefix
 
     When defined, the check will ensure protected method names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ProtectedMethodIgnoredRegexp
 
@@ -2192,7 +2192,7 @@ After:
 .. option:: PublicMemberPrefix
 
     When defined, the check will ensure public member names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: PublicMemberIgnoredRegexp
 
@@ -2244,7 +2244,7 @@ After:
 .. option:: PublicMethodPrefix
 
     When defined, the check will ensure public method names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: PublicMethodIgnoredRegexp
 
@@ -2290,7 +2290,7 @@ After:
 .. option:: ScopedEnumConstantPrefix
 
     When defined, the check will ensure scoped enum constant names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ScopedEnumConstantIgnoredRegexp
 
@@ -2382,7 +2382,7 @@ After:
 .. option:: StaticConstantPrefix
 
     When defined, the check will ensure static constant names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: StaticConstantIgnoredRegexp
 
@@ -2428,7 +2428,7 @@ After:
 .. option:: StaticVariablePrefix
 
     When defined, the check will ensure static variable names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: StaticVariableIgnoredRegexp
 
@@ -2474,7 +2474,7 @@ After:
 .. option:: StructPrefix
 
     When defined, the check will ensure struct names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: StructIgnoredRegexp
 
@@ -2520,7 +2520,7 @@ After:
 .. option:: TemplateParameterPrefix
 
     When defined, the check will ensure template parameter names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: TemplateParameterIgnoredRegexp
 
@@ -2560,7 +2560,7 @@ After:
 .. option:: TemplateTemplateParameterPrefix
 
     When defined, the check will ensure template template parameter names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: TemplateTemplateParameterIgnoredRegexp
 
@@ -2602,7 +2602,7 @@ After:
 .. option:: TypeAliasPrefix
 
     When defined, the check will ensure type alias names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: TypeAliasIgnoredRegexp
 
@@ -2642,7 +2642,7 @@ After:
 .. option:: TypedefPrefix
 
     When defined, the check will ensure typedef names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: TypedefIgnoredRegexp
 
@@ -2682,7 +2682,7 @@ After:
 .. option:: TypeTemplateParameterPrefix
 
     When defined, the check will ensure type template parameter names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: TypeTemplateParameterIgnoredRegexp
 
@@ -2724,7 +2724,7 @@ After:
 .. option:: UnionPrefix
 
     When defined, the check will ensure union names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: UnionIgnoredRegexp
 
@@ -2770,7 +2770,7 @@ After:
 .. option:: ValueTemplateParameterPrefix
 
     When defined, the check will ensure value template parameter names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: ValueTemplateParameterIgnoredRegexp
 
@@ -2812,7 +2812,7 @@ After:
 .. option:: VariablePrefix
 
     When defined, the check will ensure variable names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: VariableIgnoredRegexp
 
@@ -2858,7 +2858,7 @@ After:
 .. option:: VirtualMethodPrefix
 
     When defined, the check will ensure virtual method names will add the
-    prefixed with the given value (regardless of casing).
+    prefix with the given value (regardless of casing).
 
 .. option:: VirtualMethodIgnoredRegexp
 

@vbvictor vbvictor merged commit ddd7e4b into llvm:main Dec 15, 2025
14 checks passed
@github-actions
Copy link

@dkaszews Congratulations on having your first Pull Request (PR) merged into the LLVM Project!

Your changes will be combined with recent changes from other authors, then tested by our build bots. If there is a problem with a build, you may receive a report in an email or a comment on this PR.

Please check whether problems have been caused by your change specifically, as the builds can include changes from many authors. It is not uncommon for your change to be included in a build that fails due to someone else's changes, or infrastructure issues.

How to do this, and the rest of the post-merge process, is covered in detail here.

If your change does cause a problem, it may be reverted, or you can revert it yourself. This is a normal part of LLVM development. You can fix your changes and open a new PR to merge them again.

If you don't get any reports, no action is required from you. Your changes are working as expected, well done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants