Go to file
Chris Lattner 71db463fcf add some WeakVH::operator='s. Without these, assigning
a Value* to a WeakVH was constructing a temporary WeakVH
(due to the implicit assignment operator).  This avoids
that cost.

llvm-svn: 83704
2009-10-10 08:27:29 +00:00
clang Qualified lookup through using declarations. Diagnose a new type of ambiguity. 2009-10-10 05:48:19 +00:00
compiler-rt Improve doc readability. 2009-10-06 21:03:43 +00:00
llvm add some WeakVH::operator='s. Without these, assigning 2009-10-10 08:27:29 +00:00