Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
e0335786c17a6ca45966f66094146e9d8ba2d54a
/
test
/
SemaCXX
/
pseudo-destructors.cpp
91ec789
Support decltype in pseudo destructors and dependent destructor calls.
by David Blaikie
· 14 years ago
6b18e74
Don't crash when transforming an ill-formed pseudo-destructor
by Douglas Gregor
· 14 years ago
7ec1873
When clearing a LookupResult structure, clear out the naming class,
by Douglas Gregor
· 14 years ago
81e317a
Allow pseudo-destructors to be called on qualified pointers. Patch by
by John McCall
· 15 years ago
7754908
ActOnPseudoDestructorExpr now performs all semantic analysis for
by Douglas Gregor
· 15 years ago
93649fd
Implement crazy destructor name lookup semantics differently in
by Douglas Gregor
· 15 years ago
b10cd04
Implement support for parsing pseudo-destructor expression with a nested-name-specifier, e.g.,
by Douglas Gregor
· 15 years ago
5e895a8
Commiting a revert from dgregor of a bit of destructor logic until we can
by Chandler Carruth
· 15 years ago
124b878
Improve parsing and instantiation of destructor names, so that we can
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
f6e6fc8
Implement C++ [basic.lookup.classref]p3, which states how the type
by Douglas Gregor
· 16 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 16 years ago
a78c5c3
If a destructor is referenced or a pseudo-destructor expression is
by Douglas Gregor
· 16 years ago
a71d819
Implement AST, semantics, and CodeGen for C++ pseudo-destructor
by Douglas Gregor
· 16 years ago
2cf738f
More support for pseudo dtors.
by Anders Carlsson
· 16 years ago