]> granicus.if.org Git - clang/commit
Fix PR8720 by printing an error message with a substring that the gcc testsuite searc...
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 7 Dec 2010 15:23:23 +0000 (15:23 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 7 Dec 2010 15:23:23 +0000 (15:23 +0000)
commitf5fe2925b87cf382f2f13983c81679e38067122b
tree61a8591e8f0a6836c027e8c0d010e14eb2b99bd0
parent9f71a8f4c7a182a5236da9e747d57cc1d1bd24c2
Fix PR8720 by printing an error message with a substring that the gcc testsuite searches for.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121137 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclAttr.cpp
test/CodeGen/2008-07-29-override-alias-decl.c
test/CodeGen/pragma-weak.c
test/CodeGenCXX/attr.cpp
test/Sema/attr-alias.c [new file with mode: 0644]
test/SemaCXX/attr-weakref.cpp