Go to file
Douglas Gregor 2a72edd413 If we run into multiple errors within the same template instantiation,
only print the template instantiation backtrace for the first error.

Also, if a base class has failed to type-check during instantiation,
just drop that base class and continue on to check other base classes.

llvm-svn: 66563
2009-03-10 18:52:44 +00:00
clang If we run into multiple errors within the same template instantiation, 2009-03-10 18:52:44 +00:00
llvm Use WriteAsOperand instead of manually decorating the name for this 2009-03-10 18:47:59 +00:00