aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-static-var.cpp
AgeCommit message (Expand)Author
2011-12-29Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith
2011-09-29Mark the ExtWarn for in-class initialization of static const float members as...Richard Smith
2011-09-29constexpr: semantic checking for constexpr variables.Richard Smith
2011-02-17When printing a qualified type, look through a substituted templateDouglas Gregor
2010-09-10Support in-class initialization of static const floating-point data members.John McCall
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-03-01When looking for a redeclaration of a static variable, only look for redeclar...Douglas Gregor
2010-01-12use DiagRuntimeBehavior to silence the div/rem by zero warning whenChris Lattner
2010-01-12implement PR6004, warning about divide and remainder by zero.Chris Lattner
2010-01-06Improve the diagnostics used to report implicitly-generated class membersJohn McCall
2009-12-20Switch default-initialization of variables of class type (or array thereof) o...Douglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-03When we're building a CXXExprWithTemporaries, only include thoseDouglas Gregor
2009-11-26Refactor our handling of expression evaluation contexts, so that SemaDouglas Gregor
2009-07-27Update for LLVM API change.Owen Anderson
2009-07-27When instantiating a variable without an initializer, callDouglas Gregor
2009-03-25Implement template instantiation for static data members of classDouglas Gregor