[PATCH] D35454: [c++2a] Add option -std=c++2a to enable support for potential/transitional C++2a features
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 15 14:22:24 PDT 2017
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
More information about the cfe-commits
mailing list