index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CXX
/
class
/
class.static
/
class.static.data
/
p3.cpp
Age
Commit message (
Expand
)
Author
2013-01-29
Move -Wstatic-float-init fixit into a note & don't recover as if constexpr
David Blaikie
2013-01-25
Sync 'in class initialization of static const double' extension up with GCC,
Richard Smith
2012-02-13
Deal with a horrible C++11 special case. If a non-literal type has a constexpr
Richard Smith
2012-02-13
Update constexpr implementation to match CWG's chosen approach for core issues
Richard Smith
2012-01-19
Further testing for instantiation of out-of-line constexpr static data member
Richard Smith
2012-01-19
An instantiation of a constexpr static data member in a class template is
Richard Smith
2011-11-07
constexpr: static data members declared constexpr are required to have an
Richard Smith
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-06
PR11067: A definition of a constexpr static variable doesn't need an initiali...
Richard Smith
2011-09-30
Suggest adding 'constexpr' if the GNU extension for in-class initializers for...
Richard Smith
2011-09-29
Mark the ExtWarn for in-class initialization of static const float members as...
Richard Smith
2011-09-29
constexpr: semantic checking for constexpr variables.
Richard Smith