[llvm-branch-commits] [clang-tools-extra] ed242da - Fix a typo in the documentation to unbreak the sphinx builder.

Aaron Ballman via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Nov 25 04:39:03 PST 2020


Author: Aaron Ballman
Date: 2020-11-25T07:34:08-05:00
New Revision: ed242da0ffa28493d8a5ee6b80ecbe2441ca48a7

URL: https://github.com/llvm/llvm-project/commit/ed242da0ffa28493d8a5ee6b80ecbe2441ca48a7
DIFF: https://github.com/llvm/llvm-project/commit/ed242da0ffa28493d8a5ee6b80ecbe2441ca48a7.diff

LOG: Fix a typo in the documentation to unbreak the sphinx builder.

Added: 
    

Modified: 
    clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst

Removed: 
    


################################################################################
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 b744d21b6ff8..68c0abfcbdf6 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
@@ -680,7 +680,7 @@ After:
     When defined, the check will ensure enumeration names will add the
     prefixed with the given value (regardless of casing).
 
-.. option:: EnumConstantIgnoredRegexp
+.. option:: EnumIgnoredRegexp
 
     Identifier naming checks won't be enforced for enumeration names
     matching this regular expression.


        


More information about the llvm-branch-commits mailing list