]> granicus.if.org Git - clang/commit
Properly reenter multiple contexts when parsing a late-parsed function template
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 29 Apr 2013 08:53:40 +0000 (08:53 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 29 Apr 2013 08:53:40 +0000 (08:53 +0000)
commitfed844d8676db8daece6144340284b09f901323d
tree64280f39079a76c86f8e99c619ef279bc0a32ef3
parent97aea95f46f27ff0927faa72baa7fe2b0bce1d2d
Properly reenter multiple contexts when parsing a late-parsed function template
within a dependent context. Patch by Will Wilson (+clang-format)!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180702 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseTemplate.cpp
test/SemaTemplate/ms-function-specialization-class-scope.cpp