| commit | 8910fe699e88f57eac891b5075659e6eb2cfdee2 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Oct 23 03:58:34 2017 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Oct 23 03:58:34 2017 +0000 |
| tree | 33f5c6a9f3e6b180bd89b87a6cdee56405bc71a8 | |
| parent | 64cb997ce18ad000a9ced4f49744aa385deef730 [diff] |
For better compatibility with C++11 and C++14, emit a nondiscardable definition of a static constexpr data member if it's defined 'constexpr' out of line, not only if it's defined 'constexpr' in the class. llvm-svn: 316310