]> granicus.if.org Git - clang/commit
Check and diagnose that objective-c objects may not be statically allocated.
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 12 Oct 2007 22:10:42 +0000 (22:10 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 12 Oct 2007 22:10:42 +0000 (22:10 +0000)
commite7f64cc250245aa6c0e1ef6da7e9b6f62d5fedde
treeb63cef0378f72529231c1871748888feb1677fb6
parent580b664e9c2acd3bffddfea79b1ce2863cfd9dd0
Check and diagnose that objective-c objects may not be statically allocated.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42936 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaDecl.cpp
clang.xcodeproj/project.pbxproj
include/clang/AST/Type.h
include/clang/Basic/DiagnosticKinds.def
test/Sema/invalid-objc-decls-1.m [new file with mode: 0644]