summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class/class.static/class.static.data/p3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't warn about runtime behavior problems in variable initializers that weRichard Smith2017-09-231-1/+1
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-251-3/+12
* Move -Wstatic-float-init fixit into a note & don't recover as if constexprDavid Blaikie2013-01-291-1/+1
* Sync 'in class initialization of static const double' extension up with GCC,Richard Smith2013-01-251-1/+1
* Deal with a horrible C++11 special case. If a non-literal type has a constexprRichard Smith2012-02-131-3/+3
* Update constexpr implementation to match CWG's chosen approach for core issuesRichard Smith2012-02-131-4/+3
* Further testing for instantiation of out-of-line constexpr static data memberRichard Smith2012-01-191-0/+5
* An instantiation of a constexpr static data member in a class template isRichard Smith2012-01-191-0/+14
* constexpr: static data members declared constexpr are required to have anRichard Smith2011-11-071-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* PR11067: A definition of a constexpr static variable doesn't need an initiali...Richard Smith2011-10-061-1/+3
* Suggest adding 'constexpr' if the GNU extension for in-class initializers for...Richard Smith2011-09-301-1/+1
* Mark the ExtWarn for in-class initialization of static const float members as...Richard Smith2011-09-291-2/+2
* constexpr: semantic checking for constexpr variables.Richard Smith2011-09-291-0/+24
OpenPOWER on IntegriCloud