Loading clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading