aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land.
LGTM with a small commenting nit. ================ Comment at: lib/Frontend/InitPreprocessor.cpp:377 } else { + // FIXME: Use correct value for C++20 + if (LangOpts.CPlusPlus2a) ---------------- Missing full stop at the end of the comment. https://reviews.llvm.org/D35454 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits