Refactor *TemplateDecl::addSpecialization to reduce duplication and add some
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 24 Feb 2015 01:23:23 +0000 (01:23 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 24 Feb 2015 01:23:23 +0000 (01:23 +0000)
commite977e51d71d02e9702fc206a1456bd13ef44dd21
tree94d6a5c65f52969f7abe205ef345ff8d9178b677
parent4794190d81c80a7ddc61655d811a9a8dd325e0c8
Refactor *TemplateDecl::addSpecialization to reduce duplication and add some
more asserts.

llvm-svn: 230296
clang/include/clang/AST/DeclTemplate.h
clang/lib/AST/DeclTemplate.cpp