]> granicus.if.org Git - clang/commit
Instantiation bug fix extension (cf. r184503) -- minor code fixes, including a typo...
authorLarisse Voufo <lvoufo@google.com>
Sat, 22 Jun 2013 13:56:11 +0000 (13:56 +0000)
committerLarisse Voufo <lvoufo@google.com>
Sat, 22 Jun 2013 13:56:11 +0000 (13:56 +0000)
commit4985429d6f0dddbe168ec0ed4de029d56294e644
tree9fd7e7863b51f7f5eee3e5756cecb7e85f721fb8
parentd79486a19298af172dfa085d536e178e7b5ff20b
Instantiation bug fix extension (cf. r184503) -- minor code fixes, including a typo that caused a runtime assertion after firing diagnosis for class definitions, with the 'template' keyword as template header, in friend declarations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184634 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
lib/Parse/ParseDeclCXX.cpp
lib/Parse/ParseTemplate.cpp