[all-commits] [llvm/llvm-project] 2adf9c: [clang-tidy] Fix error in documentation of bugpron...
Yitzhak Mandelbaum via All-commits
all-commits at lists.llvm.org
Fri Jun 9 13:43:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2adf9c9f502acacf3b846cbf64d8a4739c803de6
https://github.com/llvm/llvm-project/commit/2adf9c9f502acacf3b846cbf64d8a4739c803de6
Author: Yitzhak Mandelbaum <yitzhakm at google.com>
Date: 2023-06-09 (Fri, 09 Jun 2023)
Changed paths:
M clang-tools-extra/docs/clang-tidy/checks/bugprone/unchecked-optional-access.rst
Log Message:
-----------
[clang-tidy] Fix error in documentation of bugprone-unchecked-optional-access.
The documentation claims that the check recognizes `ASSERT_THAT`, but it doesn't
recognize any googletest macros at the moment. This patch removes the reference.
More information about the All-commits
mailing list