Go to file
Douglas Gregor dda7ced32e When recursively instantiating function templates, keep track of the
instantiation stack so that we provide a full instantiation
backtrace. Previously, we performed all of the instantiations implied
by the recursion, but each looked like a "top-level" instantiation.

The included test case tests the previous fix for the instantiation of
DeclRefExprs. Note that the "instantiated from" diagnostics still
don't tell us which template arguments we're instantiating with.

llvm-svn: 74540
2009-06-30 17:20:14 +00:00
clang When recursively instantiating function templates, keep track of the 2009-06-30 17:20:14 +00:00
compiler-rt Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
llvm add a FAQ. 2009-06-30 17:10:19 +00:00