Go to file
Douglas Gregor e3dfd4826b Only perform an implicit instantiation of a function if its template
specialization kind is TSK_ImplicitInstantiation. Previously, we would
end up implicitly instantiating functions that had explicit
specialization declarations or explicit instantiation declarations
(with no corresponding definitions).

llvm-svn: 83511
2009-10-08 00:14:38 +00:00
clang Only perform an implicit instantiation of a function if its template 2009-10-08 00:14:38 +00:00
compiler-rt Improve doc readability. 2009-10-06 21:03:43 +00:00
llvm In instcombine's debug output, avoid printing ADD for instructions that are 2009-10-08 00:12:24 +00:00