Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
CXX
/
class
/
class.static
/
class.static.data
263a0a3
Don't warn about runtime behavior problems in variable initializers that we
by Richard Smith
· 8 years ago
62f19e7
Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a
by Richard Smith
· 9 years ago
84fe12d
Provide better diagnostic wording for initializers on static
by Hans Wennborg
· 12 years ago
8505c29
Move -Wstatic-float-init fixit into a note & don't recover as if constexpr
by David Blaikie
· 13 years ago
cf65638
Sync 'in class initialization of static const double' extension up with GCC,
by Richard Smith
· 13 years ago
6331c40
Deal with a horrible C++11 special case. If a non-literal type has a constexpr
by Richard Smith
· 14 years ago
3607ffe
Update constexpr implementation to match CWG's chosen approach for core issues
by Richard Smith
· 14 years ago
ab3fe0f
Further testing for instantiation of out-of-line constexpr static data member
by Richard Smith
· 14 years ago
45bb455
An instantiation of a constexpr static data member in a class template is
by Richard Smith
· 14 years ago
eda3c84
constexpr: static data members declared constexpr are required to have an
by Richard Smith
· 14 years ago
9ca5c42
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
by Richard Smith
· 14 years ago
43a87fe
PR11067: A definition of a constexpr static variable doesn't need an initializer if the in-class declaration had one. Such a declaration must be initialized by a constant expression.
by Richard Smith
· 14 years ago
7b729cd
Suggest adding 'constexpr' if the GNU extension for in-class initializers for static const float members is used in C++11 mode.
by Richard Smith
· 14 years ago
256336d
Mark the ExtWarn for in-class initialization of static const float members as a GNU extension. Don't extend the scope of this extension to all literal types in C++0x mode.
by Richard Smith
· 14 years ago
2316cd8
constexpr: semantic checking for constexpr variables.
by Richard Smith
· 14 years ago
f0f8369
Diagnose the presence of multiple initializations of static data
by Douglas Gregor
· 15 years ago