]> granicus.if.org Git - clang/commit
Correctly set the location of the "template" keyword for a class
authorDouglas Gregor <dgregor@apple.com>
Tue, 6 Jul 2010 18:33:12 +0000 (18:33 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 6 Jul 2010 18:33:12 +0000 (18:33 +0000)
commit7e9b57b9db85704e0e18204343301826fd020101
tree6a2fcc2f02cf86f9faf1469ba45e5e15c05b9832
parentaf57280ff8f5df43c413becfbf2415e0cdce9437
Correctly set the location of the "template" keyword for a class
template specialization, from Peter Collingbourne.

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