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 68d51c0 commit 00a0521Copy full SHA for 00a0521
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