================
@@ -243,3 +243,49 @@ LLVM_DUMP_METHOD void FPOptionsOverride::dump() {
#include "clang/Basic/FPOptions.def"
llvm::errs() << "\n";
}
+
+std::optional<clang::LangOptionsBase::CPlusPlusLangStd>
+LangOptions::getCPlusPlusLangStd() const {
----------------
Michael137 wrote:
Latest commit uses the `LangStandards.def` infrastructure.
Let me know if that's what you had in mind!
https://github.com/llvm/llvm-project/pull/163348
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits