[PATCH] D23385: Implement __has_constant_initializer(obj) expression traits.
Jonathan Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 11 19:27:12 PDT 2016
jroelofs added a comment.
I don't think I have any more comments, but I'll let one of the other reviewers give the final go/no-go.
================
Comment at: docs/LanguageExtensions.rst:1047
@@ +1046,3 @@
+ Determines whether `expr` names
+ a object that will be initialized during
+ `constant initialization <http://en.cppreference.com/w/cpp/language/constant_initialization>`_
----------------
s/a object/an object/
(english sucks)
https://reviews.llvm.org/D23385
More information about the cfe-commits
mailing list