Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
4cdb0e2a2e9d93805e5ceaf8bc7018bdd166aec1
/
test
/
SemaCXX
/
namespace.cpp
a418147
Make sure to properly track the anonymous namespace that lives inside
by Douglas Gregor
· 15 years ago
220ccbf
Improve the reporting of non-viable overload candidates by noting the reason
by John McCall
· 16 years ago
b1622a1
Improve the diagnostics used to report implicitly-generated class members
by John McCall
· 16 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
a786fdb
Improve diagnostics when the parser encounters a declarator with an
by Douglas Gregor
· 16 years ago
3307475
When overload resolution fails for an overloaded operator, show the
by Douglas Gregor
· 16 years ago
8593c78
Avoid using the built-in type checker for assignment in C++ when classes are involved. Patch by Vyacheslav Kononenko.
by Sebastian Redl
· 16 years ago
f4382f5
Make the implicit-int handling error recovery stuff handle C++
by Chris Lattner
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
3cb0692
Make one expected-diag directive match exactly one actual diagnostic.
by Sebastian Redl
· 17 years ago
44b4321
Unifies the name-lookup mechanisms used in various parts of the AST
by Douglas Gregor
· 17 years ago
5f4a682
Make all the 'redefinition' diagnostics more consistent, and make the
by Chris Lattner
· 17 years ago
5e8840c
Move the C++ Sema tests into a separate SemaCXX directory.
by Argyrios Kyrtzidis
· 17 years ago
[Renamed from test/Sema/cxx-namespace.cpp]
b02ef24
When checking for name collision between a tag and a previously defined namespace, the collision occured even when the tag was in a different nested scope.
by Argyrios Kyrtzidis
· 17 years ago
00bc645
-Implement proper name lookup for namespaces.
by Argyrios Kyrtzidis
· 17 years ago
dd6cec1
Convert CFLF to LF. CRLF was causing this test to fail under Mac OS X.
by Ted Kremenek
· 17 years ago
2d1c5d3
Parsing of namespaces:
by Argyrios Kyrtzidis
· 17 years ago