]> granicus.if.org Git - clang/commit
Switch -Wreturn-type to completely rely on the CFG model of no-return.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 13 Sep 2011 09:53:58 +0000 (09:53 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 13 Sep 2011 09:53:58 +0000 (09:53 +0000)
commite05ee6df356c25e792b0334d7a4dec3fe4f79f07
treeaa4740d04258387c217cfdb74789991f49553ffa
parent83754162f698a5dafad93fb89be0953651a604d0
Switch -Wreturn-type to completely rely on the CFG model of no-return.
This deletes a bunch of crufty code, and allows more logic sharing
between the analyzer and the warnings.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139594 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/AnalysisBasedWarnings.cpp