]> granicus.if.org Git - clang/commit
Produce a warning for mismatched section attributes. Completest pr9356.
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 13 May 2012 02:42:42 +0000 (02:42 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 13 May 2012 02:42:42 +0000 (02:42 +0000)
commit420efd83934ee78f04d73880e2ed1b7fdef3328c
treecaddd838d5a5203bfe2cc2115c049543eb5c2998
parent6565b8ac9fd63e94e0a9c513fe8a9be206405f2b
Produce a warning for mismatched section attributes. Completest pr9356.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156727 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
test/Sema/attr-section.c