Implement new warning for functions declared 'noreturn' when they fall off the end.
authorMike Stump <mrs@apple.com>
Fri, 24 Jul 2009 02:49:01 +0000 (02:49 +0000)
committerMike Stump <mrs@apple.com>
Fri, 24 Jul 2009 02:49:01 +0000 (02:49 +0000)
commit8e79f99b163885cd30392e91c1992bc4d65df029
tree3daf5faf1e730c28c7343885959ec289193e299e
parent6e853bf2b761f1e43fcad755ba33cad6af0c2de5
Implement new warning for functions declared 'noreturn' when they fall off the end.

llvm-svn: 76932
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaDecl.cpp
clang/test/CodeGen/attributes.c
clang/test/Sema/attr-noreturn.c