[PATCH] D53718: Change keep-static-consts to work on static storage duration, not storage class.
Zachary Turner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 25 11:23:39 PDT 2018
zturner added a comment.
Will this work for the following variable?
constexpr int N = 3;
Repository:
rC Clang
https://reviews.llvm.org/D53718
More information about the cfe-commits
mailing list