atmnpatel marked 3 inline comments as done. atmnpatel added inline comments.
================ Comment at: clang/lib/CodeGen/CGStmt.cpp:801 + getLangOpts().CPlusPlus11 || getLangOpts().CPlusPlus14 || + getLangOpts().CPlusPlus17 || getLangOpts().C2x) { + MustProgress = true; ---------------- jdoerfert wrote: > Also in C? And C2x in the end is probably CPLusPlus2x? > Also in C? Not quite sure what you mean here. But LangOptions.def seems to say that C2x is the upcoming C standard, not any upcoming C++ standard. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D86841/new/ https://reviews.llvm.org/D86841 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits