================ @@ -102,6 +99,11 @@ Improvements to clang-tidy manages the creation of temporary header files and ensures that diagnostics and fixes are verified for the specified headers. +- Improved :doc:`bugprone-unchecked-optional-access + <clang-tidy/checks/bugprone/unchecked-optional-access>` to recognize common + GoogleTest macros such as `ASSERT_TRUE` and `ASSERT_FALSE`, reducing the ---------------- EugeneZelenko wrote:
```suggestion GoogleTest macros such as ``ASSERT_TRUE`` and ``ASSERT_FALSE``, reducing the ``` https://github.com/llvm/llvm-project/pull/186363 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
