]> granicus.if.org Git - clang/commit
Implement rdar://6756623 - use of deprecated type in deprecated typedef should not...
authorChris Lattner <sabre@nondot.org>
Sun, 25 Oct 2009 22:31:57 +0000 (22:31 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 25 Oct 2009 22:31:57 +0000 (22:31 +0000)
commit523382640e9b099dd64ba0875a60a9356845b068
tree839455cbcd570db84299d6e8bb705530ac4da572
parent38fd4d001182b0b125a42c3b7e83e9dbac50e8a5
Implement rdar://6756623 - use of deprecated type in deprecated typedef should not warn

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85073 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaType.cpp
test/Sema/attr-deprecated.c