Go to file
Chris Lattner 218b22f33b switch to TrackingVH instead of WeakVH, since these can never
be RAUW'd and go to null.  This also gets us some sorely lacking
type safety.

llvm-svn: 92272
2009-12-29 21:43:58 +00:00
clang Fix function type RTTI linkage and add tests. 2009-12-29 20:20:19 +00:00
compiler-rt Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF. 2009-11-09 14:27:04 +00:00
llvm switch to TrackingVH instead of WeakVH, since these can never 2009-12-29 21:43:58 +00:00