================
@@ -7533,9 +7533,10 @@ void Clang::ConstructJob(Compilation &C, const JobAction
&JA,
// TransferableCommand::tryParseStdArg() in
//
lib/Tooling/InterpolatingCompilationDatabase.cpp
// to match.
- // TODO add c++23 and c++26 when MSVC supports it.
+ // TODO add c++23, c++26, c++29 when MSVC supports
+ // it.
.Case("c++23preview", "-std=c++23")
- .Case("c++latest", "-std=c++26")
+ .Case("c++latest", "-std=c++29")
----------------
cor3ntin wrote:
Thanks -
For /std:c++26preview, it will have to be another PR but we can certainly make
that happen for clang 23!
https://github.com/llvm/llvm-project/pull/203992
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits