| commit | d3cf238e26cb40c9a62363fa28db836cb7a80728 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Feb 15 02:42:50 2012 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Feb 15 02:42:50 2012 +0000 |
| tree | b6b7219210536b7b482ab24db4a091995c5c7027 | |
| parent | 1422d6760c47f1b04ff66e3bd3e7fda89b2c0b59 [diff] |
If a static data member of a class template which could be used in a constant expression is referenced, defined, then referenced again, make sure we instantiate it the second time it's referenced. This is the static data member analogue of r150518. llvm-svn: 150560