summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/ms-constexpr-static-data-member.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [MS] Consder constexpr globals to be inline, as in C++17Reid Kleckner2019-09-111-0/+26
Summary: Microsoft seems to do this regardless of the language mode, so we must also do it in order to be ABI compatible. Fixes PR36125 Reviewers: thakis Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D47956 llvm-svn: 371642
OpenPOWER on IntegriCloud