summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-static-var.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't warn about runtime behavior problems in variable initializers that weRichard Smith2017-09-231-1/+1
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-221-1/+1
* Revert "Give external linkage and mangling to lambdas inside inline variables...Vitaly Buka2017-09-211-1/+1
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-201-1/+1
* [Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li2015-12-101-1/+10
* Fix assert instantiating string init of static variableBen Langmuir2015-01-261-0/+12
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-2/+1
* Mark the ExtWarn for in-class initialization of static const float members as...Richard Smith2011-09-291-1/+1
* constexpr: semantic checking for constexpr variables.Richard Smith2011-09-291-1/+1
* When printing a qualified type, look through a substituted templateDouglas Gregor2011-02-171-1/+1
* Support in-class initialization of static const floating-point data members.John McCall2010-09-101-2/+2
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-2/+2
* When looking for a redeclaration of a static variable, only look for redeclar...Douglas Gregor2010-03-011-0/+23
* use DiagRuntimeBehavior to silence the div/rem by zero warning whenChris Lattner2010-01-121-1/+1
* implement PR6004, warning about divide and remainder by zero.Chris Lattner2010-01-121-1/+1
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-1/+1
* Switch default-initialization of variables of class type (or array thereof) o...Douglas Gregor2009-12-201-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When we're building a CXXExprWithTemporaries, only include thoseDouglas Gregor2009-12-031-0/+20
* Refactor our handling of expression evaluation contexts, so that SemaDouglas Gregor2009-11-261-1/+35
* Update for LLVM API change.Owen Anderson2009-07-271-1/+1
* When instantiating a variable without an initializer, callDouglas Gregor2009-07-271-0/+22
* Implement template instantiation for static data members of classDouglas Gregor2009-03-251-0/+18