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)
commit846e578e71e1e68a9443b6012004bf773d7b2f10
tree5e86ec4014f406e3f50e4ab47a015d136c59cfcc
parentc15a48dd9c2bb4e203a74347900fd86bb163df39
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.

llvm-svn: 326822
clang/test/TableGen/anonymous-groups.td
clang/test/TableGen/tg-fixits.td
clang/utils/TableGen/ClangDiagnosticsEmitter.cpp