]> granicus.if.org Git - clang/commit
Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes PR3656.
authorAnders Carlsson <andersca@mac.com>
Wed, 25 Feb 2009 17:19:08 +0000 (17:19 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 25 Feb 2009 17:19:08 +0000 (17:19 +0000)
commitb90052a8cc4745126f7bb2e6573f07e22f24b840
tree75085cbe7098fe071fcf4cd4e25e20dc1b4f5a2a
parent2224f84658fb9b3725a31f2680edb64ae73bf705
Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes PR3656.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65461 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.def
lib/Sema/SemaDeclAttr.cpp
test/Sema/attr-cleanup.c
test/SemaObjC/attr-cleanup.m [new file with mode: 0644]