Rename RAII objects for performing eager instantiation to have names that
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 20 May 2017 01:36:41 +0000 (01:36 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 20 May 2017 01:36:41 +0000 (01:36 +0000)
commit4f3e3811d17a82873361dac206b8ca80c1acc886
tree8299d077b3b71d61d0495396cb0da0b922c26b11
parenta4519532246a246a9e1d014d7c80343ca9ed7ee7
Rename RAII objects for performing eager instantiation to have names that
describe what they're for, not how they do it, and factor out a bit more
common code into them.

llvm-svn: 303479
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp