]> granicus.if.org Git - clang/commit
When the template specialization header is missing, set a valid source location for...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 5 Jun 2013 17:52:24 +0000 (17:52 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 5 Jun 2013 17:52:24 +0000 (17:52 +0000)
commitd62d9015c76d4e7dee1fddd9603b92098b355e15
tree8395cbb1b3f6051bcfd8f4a6295ab6e03278d29e
parent144a31f53b0a97a2c46bfcb1e2a40fa8327b8e89
When the template specialization header is missing, set a valid source location for the template keyword when recovering.

Otherwise ClassTemplateSpecializationDecl::getSourceRange() will mistakenly consider itself as an implicit partial specialization
and lead to a crash.

Fixes rdar://14063074

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183325 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp
test/Index/index-file.cpp