| commit | d9b9009c611a03b47b40f780de5562b141810682 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Sat Jul 02 01:32:16 2016 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Sat Jul 02 01:32:16 2016 +0000 |
| tree | 8b850ec1d6b4ca2c214a840077cd0b9827d0c880 | |
| parent | 27cdf401eaa84e0d4ae82d174ddba6453e882856 [diff] |
PR28394: For compatibility with c++11 and c++14, if a static constexpr data member is redundantly redeclared outside the class definition in code built in c++17 mode, ensure we emit a non-discardable definition of the data member for c++11 and c++14 compilations to use. llvm-svn: 274416