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.
2 parents 075ec70 + b63014f commit 28e5ea9Copy full SHA for 28e5ea9
clang/unittests/Analysis/FlowSensitive/MockHeaders.cpp
@@ -30,7 +30,7 @@ using nullptr_t = decltype(nullptr);
30
typedef decltype(sizeof(char)) size_t;
31
typedef decltype(sizeof(char*)) ptrdiff_t;
32
33
-#endif // CS
+#endif // CSTDDEF_H
34
)";
35
36
static constexpr char StdTypeTraitsHeader[] = R"(
0 commit comments