]> granicus.if.org Git - clang/commit
Fix bug 37903:MS ABI: handle inline static data member and inline variable as templat...
authorJennifer Yu <jennifer.yu@intel.com>
Thu, 25 Apr 2019 17:45:45 +0000 (17:45 +0000)
committerJennifer Yu <jennifer.yu@intel.com>
Thu, 25 Apr 2019 17:45:45 +0000 (17:45 +0000)
commit59463dbce1aba014537989dc283473f863dd1548
tree1f7618fcd2e1506d119abbf76f01e87dcfc80a7a
parent95b64a39967af2818c21254a8e1992a0e0e07c47
Fix bug 37903:MS ABI: handle inline static data member and inline variable as template static data member

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359212 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDeclCXX.cpp
test/CodeGenCXX/microsoft-abi-template-static-init.cpp [new file with mode: 0644]
test/Modules/initializers.cpp