r372844 - Revert r370850 "Re-commit r363191 "[MS] Pretend constexpr variable template specializations are inline""

2019-09-25 Thread Hans Wennborg via cfe-commits
Author: hans Date: Wed Sep 25 04:09:46 2019 New Revision: 372844 URL: http://llvm.org/viewvc/llvm-project?rev=372844&view=rev Log: Revert r370850 "Re-commit r363191 "[MS] Pretend constexpr variable template specializations are inline"" This work-around was necessary to

Re: r370850 - Re-commit r363191 "[MS] Pretend constexpr variable template specializations are inline"

2019-09-05 Thread Hans Wennborg via cfe-commits
3191 "[MS] Pretend constexpr variable template specializations > are inline" > > While the next Visual Studio update (16.3) will fix this issue, that hasn't > shipped yet. Until then Clang wouldn't work with MSVC's headers which seems > unfortunate. Let's keep

Re: r364476 - Revert r363191 "[MS] Pretend constexpr variable template specializations are inline"

2019-09-04 Thread Hans Wennborg via cfe-commits
3191 "[MS] Pretend constexpr variable template specializations are > inline" > > The next Visual Studio update will fix this issue, and it doesn't make > sense to implement this non-conforming behavior going forward. > > Removed: > cfe/trunk/test/CodeGenCXX/m

r370850 - Re-commit r363191 "[MS] Pretend constexpr variable template specializations are inline"

2019-09-04 Thread Hans Wennborg via cfe-commits
Author: hans Date: Wed Sep 4 01:19:30 2019 New Revision: 370850 URL: http://llvm.org/viewvc/llvm-project?rev=370850&view=rev Log: Re-commit r363191 "[MS] Pretend constexpr variable template specializations are inline" While the next Visual Studio update (16.3) will fix this issu

r364476 - Revert r363191 "[MS] Pretend constexpr variable template specializations are inline"

2019-06-26 Thread Reid Kleckner via cfe-commits
Author: rnk Date: Wed Jun 26 14:16:51 2019 New Revision: 364476 URL: http://llvm.org/viewvc/llvm-project?rev=364476&view=rev Log: Revert r363191 "[MS] Pretend constexpr variable template specializations are inline" The next Visual Studio update will fix this issue, and it doesn&#

r363191 - [MS] Pretend constexpr variable template specializations are inline

2019-06-12 Thread Reid Kleckner via cfe-commits
Author: rnk Date: Wed Jun 12 11:53:49 2019 New Revision: 363191 URL: http://llvm.org/viewvc/llvm-project?rev=363191&view=rev Log: [MS] Pretend constexpr variable template specializations are inline Fixes link errors with clang and the latest Visual C++ 14.21.27702 headers, which was reported as P