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