]> granicus.if.org Git - clang/commit
Fix for PR 16367, display the name of a function in a diagnostic instead of
authorRichard Trieu <rtrieu@google.com>
Wed, 19 Jun 2013 22:25:01 +0000 (22:25 +0000)
committerRichard Trieu <rtrieu@google.com>
Wed, 19 Jun 2013 22:25:01 +0000 (22:25 +0000)
commit6e91f4bd9a05ca2c58ba11d541d8f9dab5514b76
tree438e2496121a4145ed604069619f995a24842be8
parentd4fbdc7100adfb19aada96714dc8d4bf26ea1aa1
Fix for PR 16367, display the name of a function in a diagnostic instead of
showing "(null)".

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184377 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDeclCXX.cpp
test/Parser/cxx-class-template-specialization.cpp [new file with mode: 0644]