index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
pseudo-destructors.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, the
Richard Smith
2012-11-15
1
-1
/
+6
*
Support decltype in pseudo destructors and dependent destructor calls.
David Blaikie
2011-12-16
1
-1
/
+4
*
Don't crash when transforming an ill-formed pseudo-destructor
Douglas Gregor
2011-11-09
1
-0
/
+9
*
When clearing a LookupResult structure, clear out the naming class,
Douglas Gregor
2011-03-04
1
-4
/
+3
*
Allow pseudo-destructors to be called on qualified pointers. Patch by
John McCall
2010-06-11
1
-0
/
+12
*
ActOnPseudoDestructorExpr now performs all semantic analysis for
Douglas Gregor
2010-02-24
1
-2
/
+6
*
Implement crazy destructor name lookup semantics differently in
Douglas Gregor
2010-02-23
1
-1
/
+1
*
Implement support for parsing pseudo-destructor expression with a nested-name...
Douglas Gregor
2010-02-21
1
-1
/
+7
*
Commiting a revert from dgregor of a bit of destructor logic until we can
Chandler Carruth
2010-02-21
1
-1
/
+1
*
Improve parsing and instantiation of destructor names, so that we can
Douglas Gregor
2010-02-16
1
-3
/
+3
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Implement C++ [basic.lookup.classref]p3, which states how the type
Douglas Gregor
2009-11-20
1
-0
/
+9
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-1
/
+1
*
If a destructor is referenced or a pseudo-destructor expression is
Douglas Gregor
2009-09-04
1
-0
/
+6
*
Implement AST, semantics, and CodeGen for C++ pseudo-destructor
Douglas Gregor
2009-09-04
1
-2
/
+23
*
More support for pseudo dtors.
Anders Carlsson
2009-08-26
1
-0
/
+13