We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fdc61 commit 5d53085Copy full SHA for 5d53085
clang/unittests/Analysis/FlowSensitive/MockHeaders.cpp
@@ -1358,6 +1358,8 @@ bool operator!=(const Status &lhs, const Status &rhs);
1358
Status OkStatus();
1359
Status InvalidArgumentError(const char *);
1360
1361
+} // namespace absl
1362
+
1363
#endif // STATUS_H
1364
)cc";
1365
@@ -1370,6 +1372,8 @@ constexpr const char StatusOrDefsHeader[] = R"cc(
1370
1372
#include "std_type_traits.h"
1371
1373
#include "std_utility.h"
1374
1375
+namespace absl {
1376
1377
template <typename T> struct StatusOr;
1378
1379
namespace internal_statusor {
0 commit comments