[all-commits] [llvm/llvm-project] 292874: [clang-tidy][doc] Remove unused variable
Bjorn Svensson via All-commits
all-commits at lists.llvm.org
Thu Feb 23 12:08:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2928746ac3f1aabbecbe8da1525127443ebec2cf
https://github.com/llvm/llvm-project/commit/2928746ac3f1aabbecbe8da1525127443ebec2cf
Author: Björn Svensson <bjorn.a.svensson at est.tech>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/avoid-non-const-global-variables.rst
Log Message:
-----------
[clang-tidy][doc] Remove unused variable
Remove mention of a variable that is not used in the example for checker:
cppcoreguidelines-avoid-non-const-global-variables
Differential Revision: https://reviews.llvm.org/D143996
More information about the All-commits
mailing list