[clang] [llvm] [FlowSensitive] [StatusOr] [1/N] Add mock headers (PR #163261)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 15 12:23:00 PDT 2025
================
@@ -1240,6 +1274,998 @@ constexpr bool operator!=(const T &value, const Optional<U> &opt);
} // namespace base
)";
+constexpr const char StatusDefsHeader[] =
+ R"cc(
+#ifndef STATUS_H_
+#define STATUS_H_
+
+#include "absl_type_traits.h"
+#include "std_initializer_list.h"
+#include "std_type_traits.h"
+#include "std_utility.h"
+#include "std_string.h"
+
+ namespace absl {
----------------
fmayer wrote:
done
https://github.com/llvm/llvm-project/pull/163261
More information about the llvm-commits
mailing list