Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
64be13795a9b5b25de6b151551a2f5ef2bab353c
/
test
/
SemaCXX
/
references.cpp
5082d34
Add another case to the whitelist of cast kinds that can convert to bool.
by John McCall
· 14 years ago
58f9e13
make clang print types as "const int *" instead of "int const*",
by Chris Lattner
· 15 years ago
9dadd94
Teach ASTContext::getUnqualifiedArrayType() how to look through
by Douglas Gregor
· 15 years ago
325e593
Warn about non-aggregate classes with no user-declared constructors
by Douglas Gregor
· 15 years ago
7c2342d
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 15 years ago
0938026
Diagnose binding a non-const reference to a vector element.
by Anders Carlsson
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
20093b4
Reimplement reference initialization (C++ [dcl.init.ref]) using the
by Douglas Gregor
· 15 years ago
96be691
Make C++ temporary-related expressions provide proper source-range information.
by Douglas Gregor
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
7c80bd6
Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes.
by Sebastian Redl
· 16 years ago
3eb1c54
Removed the warning
by Douglas Gregor
· 16 years ago
08631c5
Convert IdentifierInfo's to be printed the same as DeclarationNames
by Chris Lattner
· 16 years ago
f1f9b4e
Implement C++ DR 106 and C++ DR 540, both of which deal with
by Douglas Gregor
· 16 years ago
818ce48
Temporary disable the const-object-declaration-without-initializer check, because it depends on linkage-specifier semantics we don't yet have
by Douglas Gregor
· 16 years ago
27c8dc0
Implement initialization of a reference (C++ [dcl.init.ref]) as part
by Douglas Gregor
· 16 years ago
5e8840c
Move the C++ Sema tests into a separate SemaCXX directory.
by Argyrios Kyrtzidis
· 17 years ago
[Renamed from test/Sema/cxx-references.cpp]
43d6975
Fix for testcase that assigns a dereferenced reference to a pointer. The
by Bill Wendling
· 17 years ago
943140e
initialization of references should not do default fn/array promotions.
by Chris Lattner
· 17 years ago
e39245b
disable this for now.
by Chris Lattner
· 18 years ago
08ad47c
Fix references:
by Bill Wendling
· 18 years ago