]> granicus.if.org Git - clang/commit
Produce better pretty stack traces from crashes in template instantiation: add
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 26 May 2016 20:23:13 +0000 (20:23 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 26 May 2016 20:23:13 +0000 (20:23 +0000)
commit95ae53ba5d4649e85aadf4852c2c99cb4ea3d836
treead31b6b0514f6b026c82e793f71daf709d464926
parent0cbd9c038bb8e45179007c0dc0196659bb478c76
Produce better pretty stack traces from crashes in template instantiation: add
pretty stack trace entries for all cases where we instantiate the definition of
something, and include the fully-qualified name with template arguments in the
name of the instantiated entity.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@270904 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp