index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CXX
/
class
/
class.static
/
class.static.data
/
p3.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't warn about runtime behavior problems in variable initializers that we
Richard Smith
2017-09-23
1
-1
/
+1
*
Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a
Richard Smith
2016-06-25
1
-3
/
+12
*
Move -Wstatic-float-init fixit into a note & don't recover as if constexpr
David Blaikie
2013-01-29
1
-1
/
+1
*
Sync 'in class initialization of static const double' extension up with GCC,
Richard Smith
2013-01-25
1
-1
/
+1
*
Deal with a horrible C++11 special case. If a non-literal type has a constexpr
Richard Smith
2012-02-13
1
-3
/
+3
*
Update constexpr implementation to match CWG's chosen approach for core issues
Richard Smith
2012-02-13
1
-4
/
+3
*
Further testing for instantiation of out-of-line constexpr static data member
Richard Smith
2012-01-19
1
-0
/
+5
*
An instantiation of a constexpr static data member in a class template is
Richard Smith
2012-01-19
1
-0
/
+14
*
constexpr: static data members declared constexpr are required to have an
Richard Smith
2011-11-07
1
-1
/
+1
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
PR11067: A definition of a constexpr static variable doesn't need an initiali...
Richard Smith
2011-10-06
1
-1
/
+3
*
Suggest adding 'constexpr' if the GNU extension for in-class initializers for...
Richard Smith
2011-09-30
1
-1
/
+1
*
Mark the ExtWarn for in-class initialization of static const float members as...
Richard Smith
2011-09-29
1
-2
/
+2
*
constexpr: semantic checking for constexpr variables.
Richard Smith
2011-09-29
1
-0
/
+24