]> granicus.if.org Git - clang/commit
TableGen: Give up on exact fixits for diagnostic groups
authorNicolai Haehnle <nhaehnle@gmail.com>
Tue, 6 Mar 2018 17:55:00 +0000 (17:55 +0000)
committerNicolai Haehnle <nhaehnle@gmail.com>
Tue, 6 Mar 2018 17:55:00 +0000 (17:55 +0000)
commit5f97f24294a46877795d69580bb5ac560c9b1f9e
tree0ecb6e20a2d7d55b63ecd255c5d719f0753a607e
parent46da5bf4f21300d7200bc86c488c4a3e39a9a676
TableGen: Give up on exact fixits for diagnostic groups

With recent changes in the TableGen frontend, we no longer have usable
location information for anonymous defs.

Fixes test breakage caused by r326788.

The normal, non-error TableGen output is not affected by this change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326822 91177308-0d34-0410-b5e6-96231b3b80d8
test/TableGen/anonymous-groups.td
test/TableGen/tg-fixits.td
utils/TableGen/ClangDiagnosticsEmitter.cpp