[PATCH] D53718: Change keep-static-consts to work on static storage duration, not storage class.

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 25 12:11:02 PDT 2018


erichkeane added a comment.

In https://reviews.llvm.org/D53718#1276205, @zturner wrote:

> Will this work for the following variable?
>
>   constexpr int N = 3;
>


Yep, just confirmed that it does!  Adding to the test and will update the review.


Repository:
  rC Clang

https://reviews.llvm.org/D53718





More information about the cfe-commits mailing list