We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5edc3 commit 919f0b4Copy full SHA for 919f0b4
clang/test/Analysis/PR47511.cpp
@@ -14,6 +14,6 @@ constexpr strong_ordering strong_ordering::less = {-1};
14
} // namespace std
15
16
void test() {
17
- // no crash
+ // No crash
18
(void)(0 <=> 0);
19
}
0 commit comments