]> granicus.if.org Git - clang/commit
[Parser][FixIt] Better diagnostics for "typedef" instead of "typename" typo
authorJan Korous <jkorous@apple.com>
Thu, 8 Feb 2018 14:37:58 +0000 (14:37 +0000)
committerJan Korous <jkorous@apple.com>
Thu, 8 Feb 2018 14:37:58 +0000 (14:37 +0000)
commit9a33e2aa22f4fef55be8c7474cd19bf8538116ef
tree4614ca068d146607a9bcdcf91a15fa738100707c
parent65ae7c117df699753a3b9439ea3f6f55e05f0e0c
[Parser][FixIt] Better diagnostics for "typedef" instead of "typename" typo

rdar://problem/10214588

Differential Revision: https://reviews.llvm.org/D42170

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@324607 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
lib/Parse/ParseTemplate.cpp
test/CXX/temp/temp.param/p2.cpp
test/FixIt/fixit-typedef-instead-of-typename-typo.cpp [new file with mode: 0644]