]> granicus.if.org Git - clang/commit
warn about returning the address of a label.
authorChris Lattner <sabre@nondot.org>
Fri, 30 Oct 2009 04:01:58 +0000 (04:01 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 30 Oct 2009 04:01:58 +0000 (04:01 +0000)
commit9e6b37a9f1d499e7ca0950edacd0b6569e491d7f
treed6a612a64b3babfad7ea18d4544379543b775dd9
parentd3379292f90e1381d3236c68891bb725b02464b6
warn about returning the address of a label.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85576 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaChecking.cpp
test/Sema/statements.c