DiagnoseUnknownTypename always emits a diagnostic and returns true
authorReid Kleckner <reid@kleckner.net>
Thu, 19 Jun 2014 01:23:22 +0000 (01:23 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 19 Jun 2014 01:23:22 +0000 (01:23 +0000)
commitc05ca5e40c7eee09a12fe5fff81e7ca1b3450aba
tree6a40da951b71e076748c68424d2dee728e4c769a
parenta0050b0961b1fd1cbdd58bc6257bc3f54b25acf4
DiagnoseUnknownTypename always emits a diagnostic and returns true

Make it return void and delete the dead code in the parser that handled
the case where it might return false.  This has been dead since 2010
when John deleted Action.h.

llvm-svn: 211248
clang/include/clang/Basic/DiagnosticParseKinds.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Sema/Sema.h
clang/lib/Parse/ParseDecl.cpp
clang/lib/Sema/SemaDecl.cpp