[clang] [clang-tools-extra] [clang-tidy] Add support for bsl::optional (PR #101450)
Nicolas van Kempen via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 24 17:32:43 PDT 2024
================
@@ -0,0 +1,38 @@
+#ifndef LLVM_CLANG_TOOLS_EXTRA_TEST_CLANG_TIDY_CHECKERS_INPUTS_BDE_TYPES_NULLABLEVALUE_H_
+#define LLVM_CLANG_TOOLS_EXTRA_TEST_CLANG_TIDY_CHECKERS_INPUTS_BDE_TYPES_NULLABLEVALUE_H_
+
+#include "bsl_optional.h"
+
+/// Mock of `bdbl::NullableValue`.
----------------
nicovank wrote:
```suggestion
/// Mock of `bdlb::NullableValue`.
```
https://github.com/llvm/llvm-project/pull/101450
More information about the cfe-commits
mailing list