File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- // ===--- UseConstexprCheck.cpp - clang-tidy --------------------------------===//
1+ // ===-------------------------------------- --------------------------------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1- // ===--- UseUseConstexprCheck.h - clang-tidy --------------------*- C++ -* -===//
1+ // ===----- ---------------------------------------------------------------- -===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
@@ -19,7 +19,7 @@ namespace clang::tidy::modernize {
1919// / Finds functions and variables that can be declared 'constexpr'.
2020// /
2121// / For the user-facing documentation see:
22- // / http ://clang.llvm.org/extra/clang-tidy/checks/modernize/use-constexpr.html
22+ // / https ://clang.llvm.org/extra/clang-tidy/checks/modernize/use-constexpr.html
2323class UseConstexprCheck : public ClangTidyCheck {
2424public:
2525 UseConstexprCheck (StringRef Name, ClangTidyContext *Context);
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ New checks
236236- New :doc: `modernize-use-constexr
237237 <clang-tidy/checks/modernize/use-constexpr>` check.
238238
239- Finds functions and variables that can be declared ' constexpr' .
239+ Finds functions and variables that can be declared `` constexpr `` .
240240
241241- New :doc: `readability-redundant-parentheses
242242 <clang-tidy/checks/readability/redundant-parentheses>` check.
Original file line number Diff line number Diff line change @@ -69,5 +69,4 @@ Options
6969
7070 The string to use with C++23 to specify a function-local variable as
7171 ``static constexpr ``, for example, a macro. Default is `static constexpr `
72- (concatenating `static ` with the `ConstexprString ` option).
73-
72+ (concatenating `static ` with the :option: `ConstexprString `).
You can’t perform that action at this time.
0 commit comments