Recover the checking for the default language standard for C++.
Diff Detail
Diff Detail
Event Timeline
clang/test/Preprocessor/lang-std.cpp | ||
---|---|---|
4 | This should be unneeded now, we recently updated the PS platforms to default to c++17 like the rest of the compiler in aa34b34e93d444efec6cd894e5e55927d0e413e6 |
clang/test/Preprocessor/lang-std.cpp | ||
---|---|---|
4 | will remove |
clang/test/Preprocessor/lang-std.cpp | ||
---|---|---|
4 | Use --input-file and there's one fewer process to create. |
This should be unneeded now, we recently updated the PS platforms to default to c++17 like the rest of the compiler in aa34b34e93d444efec6cd894e5e55927d0e413e6
.