llvm-project/clang-tools-extra/test/clang-tidy
Yitzhak Mandelbaum 7e63a0d479 [clang-tidy] New check for safe usage of `std::optional` and like types.
This check verifies the safety of access to `std::optional` and related
types (including `absl::optional`). It is based on a corresponding Clang
Dataflow Analysis, which does most of the work. This check merely runs it and
converts its findings into diagnostics.

Differential Revision: https://reviews.llvm.org/D121120
2022-05-06 18:50:36 +00:00
..
checkers [clang-tidy] New check for safe usage of `std::optional` and like types. 2022-05-06 18:50:36 +00:00
infrastructure Change the behavior of implicit int diagnostics 2022-05-04 08:35:47 -04:00
CTTestTidyModule.cpp Reland "enable plugins for clang-tidy" 2022-02-01 17:37:24 -05:00
check_clang_tidy.py Refactor: Extract Class MessagePrefix (NFC) 2022-01-25 23:19:33 -07:00