]> granicus.if.org Git - clang/commit
Simplify diagnostic tag type using the token kind formatter
authorAlp Toker <alp@nuanti.com>
Mon, 6 Jan 2014 12:54:41 +0000 (12:54 +0000)
committerAlp Toker <alp@nuanti.com>
Mon, 6 Jan 2014 12:54:41 +0000 (12:54 +0000)
commite669b01ab1c03039c6b142813d5b26a0356b0f52
tree69d7bc025fff5b0dc7152f433f16f9c33dc3be82
parent600d282cf74f13f56389122e1ece07ed24b6c153
Simplify diagnostic tag type using the token kind formatter

As far as the parser is concerned the tag type is always a keyword.

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