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
/
SemaCXX
/
cxx0x-class.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-29
Don't fixit/recover from -Wstatic-float-init when it's not an error.
David Blaikie
2013-01-25
Sync 'in class initialization of static const double' extension up with GCC,
Richard Smith
2012-02-25
Bugfix: bogus warning -- "invalid use of non-static data member",
DeLesley Hutchins
2011-12-29
Change the diagnostics which said 'accepted as an extension' to instead say
Richard Smith
2011-12-19
constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'
Richard Smith
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
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
In C++0x, static const volatile data members cannot be initialized in-class.
Richard Smith