]> granicus.if.org Git - clang/commit
Refactor InstantiatingTemplate constructors
authorStephan Tolksdorf <st@quanttec.com>
Thu, 13 Mar 2014 20:34:22 +0000 (20:34 +0000)
committerStephan Tolksdorf <st@quanttec.com>
Thu, 13 Mar 2014 20:34:22 +0000 (20:34 +0000)
commit9dbad14e11844f12bcdcbd2064bf881f24d8c684
tree6ba4ae51edb7ee36aff862dcaa6672d73a43b986
parent864c08fe1a6326b899607baef9d5881346a7525e
Refactor InstantiatingTemplate constructors

This patch factors the bodies of 9 constructors out into a single initialization
method.

Reviewed By: rsmith

Differential Revision: http://llvm-reviews.chandlerc.com/D3059

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