]> granicus.if.org Git - clang/commit
Remove flawed diagnostic mapping functions
authorAlp Toker <alp@nuanti.com>
Sun, 26 Jan 2014 05:07:02 +0000 (05:07 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 26 Jan 2014 05:07:02 +0000 (05:07 +0000)
commit9a85eb6cbc966636b60b207cf693ab4220594a91
treec00ac02fcce7fe13bfc20c7c97103107c94eb861
parent7e392d3b15f5c5d1e73c46ed11812f53cdfd18b1
Remove flawed diagnostic mapping functions

These haven't been usable since the early return was accidentally removed some
years ago causing all cases to fall through to the !Enabled condition.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200123 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Diagnostic.h
lib/Basic/Diagnostic.cpp