| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PR28394: For compatibility with c++11 and c++14, if a static constexpr data | Richard Smith | 2016-07-02 | 1 | -0/+20 |
| | | | | | | | | | member is redundantly redeclared outside the class definition in code built in c++17 mode, ensure we emit a non-discardable definition of the data member for c++11 and c++14 compilations to use. llvm-svn: 274416 | ||||
| * | Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a | Richard Smith | 2016-06-25 | 1 | -0/+63 |
| variable weak discardable linkage and partially-ordered initialization, and is implied for constexpr static data members.) llvm-svn: 273754 | |||||

