Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
435d2682893f5ebdaa652b567073ff223f5ada4f
/
test
/
SemaTemplate
/
instantiate-static-var.cpp
d7c56e1
Change the diagnostics which said 'accepted as an extension' to instead say
by Richard Smith
· 13 years ago
947be19
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
· 13 years ago
c6d990a
constexpr: semantic checking for constexpr variables.
by Richard Smith
· 13 years ago
c6daf0b
When printing a qualified type, look through a substituted template
by Douglas Gregor
· 14 years ago
4e63564
Support in-class initialization of static const floating-point data members.
by John McCall
· 14 years ago
7c2342d
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 15 years ago
449d0a8
When looking for a redeclaration of a static variable, only look for redeclarations. Fixes PR6449
by Douglas Gregor
· 15 years ago
cb329c5
use DiagRuntimeBehavior to silence the div/rem by zero warning when
by Chris Lattner
· 15 years ago
7ef655a
implement PR6004, warning about divide and remainder by zero.
by Chris Lattner
· 15 years ago
b1622a1
Improve the diagnostics used to report implicitly-generated class members
by John McCall
· 15 years ago
745880f
Switch default-initialization of variables of class type (or array thereof) over to InitializationSequence. I could swear that this fixes a PR somewhere, but I couldn't figure out which one
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
1f5f3a4
When we're building a CXXExprWithTemporaries, only include those
by Douglas Gregor
· 15 years ago
2afce72
Refactor our handling of expression evaluation contexts, so that Sema
by Douglas Gregor
· 15 years ago
08e2524
Update for LLVM API change.
by Owen Anderson
· 15 years ago
65b9005
When instantiating a variable without an initializer, call
by Douglas Gregor
· 15 years ago
3d7a12a
Implement template instantiation for static data members of class
by Douglas Gregor
· 16 years ago