| commit | bb750689d51d2109b9898b53a4b69d8183ab1f26 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Apr 26 01:51:08 2019 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Apr 26 01:51:08 2019 +0000 |
| tree | e96d8cb2d4545a40b5da883303b9eb5ab8a30d1d | |
| parent | 0d923af49270ef4beb5d479dac5bda80fc0082ef [diff] |
C++ DR2387: a variable template declared wtih (or instantiated with) a const-qualified type is not implicitly given internal linkage. But a variable template declared 'static' is. This reinstates part of r359048, reverted in r359076. llvm-svn: 359260