Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions clang/unittests/Analysis/FlowSensitive/MockHeaders.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1358,6 +1358,8 @@ bool operator!=(const Status &lhs, const Status &rhs);
Status OkStatus();
Status InvalidArgumentError(const char *);

} // namespace absl

#endif // STATUS_H
)cc";

Expand All @@ -1370,6 +1372,8 @@ constexpr const char StatusOrDefsHeader[] = R"cc(
#include "std_type_traits.h"
#include "std_utility.h"

namespace absl {

template <typename T> struct StatusOr;

namespace internal_statusor {
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.