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
/
SemaCXX
/
pseudo-destructors.cpp
Age
Commit message (
Expand
)
Author
2012-11-15
Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, the
Richard Smith
2011-12-16
Support decltype in pseudo destructors and dependent destructor calls.
David Blaikie
2011-11-09
Don't crash when transforming an ill-formed pseudo-destructor
Douglas Gregor
2011-03-04
When clearing a LookupResult structure, clear out the naming class,
Douglas Gregor
2010-06-11
Allow pseudo-destructors to be called on qualified pointers. Patch by
John McCall
2010-02-24
ActOnPseudoDestructorExpr now performs all semantic analysis for
Douglas Gregor
2010-02-23
Implement crazy destructor name lookup semantics differently in
Douglas Gregor
2010-02-21
Implement support for parsing pseudo-destructor expression with a nested-name...
Douglas Gregor
2010-02-21
Commiting a revert from dgregor of a bit of destructor logic until we can
Chandler Carruth
2010-02-16
Improve parsing and instantiation of destructor names, so that we can
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-20
Implement C++ [basic.lookup.classref]p3, which states how the type
Douglas Gregor
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-09-04
If a destructor is referenced or a pseudo-destructor expression is
Douglas Gregor
2009-09-04
Implement AST, semantics, and CodeGen for C++ pseudo-destructor
Douglas Gregor
2009-08-26
More support for pseudo dtors.
Anders Carlsson