1. 263a0a3 Don't warn about runtime behavior problems in variable initializers that we by Richard Smith · 8 years ago
  2. 62f19e7 Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a by Richard Smith · 9 years ago
  3. 84fe12d Provide better diagnostic wording for initializers on static by Hans Wennborg · 12 years ago
  4. 8505c29 Move -Wstatic-float-init fixit into a note & don't recover as if constexpr by David Blaikie · 13 years ago
  5. cf65638 Sync 'in class initialization of static const double' extension up with GCC, by Richard Smith · 13 years ago
  6. 6331c40 Deal with a horrible C++11 special case. If a non-literal type has a constexpr by Richard Smith · 14 years ago
  7. 3607ffe Update constexpr implementation to match CWG's chosen approach for core issues by Richard Smith · 14 years ago
  8. ab3fe0f Further testing for instantiation of out-of-line constexpr static data member by Richard Smith · 14 years ago
  9. 45bb455 An instantiation of a constexpr static data member in a class template is by Richard Smith · 14 years ago
  10. eda3c84 constexpr: static data members declared constexpr are required to have an by Richard Smith · 14 years ago
  11. 9ca5c42 Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 14 years ago
  12. 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
  13. 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
  14. 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
  15. 2316cd8 constexpr: semantic checking for constexpr variables. by Richard Smith · 14 years ago
  16. f0f8369 Diagnose the presence of multiple initializations of static data by Douglas Gregor · 15 years ago