aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
AgeCommit message (Expand)Author
2012-10-25When we're devirtualizing a method call, make sure the method has the correct...Eli Friedman
2012-10-24A number of test cases assume that an "int" parameter or return valueUlrich Weigand
2012-06-28Disable devirtualization when we have covariant returns. I will open a bugRafael Espindola
2012-06-28Don't devirtualize calls when we don't have the correct type of the this pointerRafael Espindola
2012-06-28Fix another issue with devirtualizing calls to final methods by passing themRafael Espindola
2012-06-26During codegen of a virtual call we would extract any casts in the expressionRafael Espindola
2011-01-29When trying to get the most derived class, don't assume that we can ignore al...Anders Carlsson
2011-01-29When calling a virtual member function on a base class and the most derived c...Anders Carlsson
2011-01-23Get rid of the [[final]] C++0x attribute.Anders Carlsson