]> granicus.if.org Git - clang/commit
Implementation of gcc mode attribute; this is significant because
authorEli Friedman <eli.friedman@gmail.com>
Tue, 27 May 2008 03:33:27 +0000 (03:33 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 27 May 2008 03:33:27 +0000 (03:33 +0000)
commit3c0eb160ca1361a82b9f15b3b40a2425adc14d0f
tree1ba325230d8ddcb4586cdcef43ea08c3e417f875
parentcbadaf6ced6d664015ee409f62ab1bc20ae0bf73
Implementation of gcc mode attribute; this is significant because
it fixes PR2204.  Not too much to say about the implementation; it works
in a similar way to the vector size attribute.

At some point, we need to modify the targets to provide information
about the appropriate types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51577 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
include/clang/Parse/AttributeList.h
lib/Parse/AttributeList.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaType.cpp
test/Sema/mode-attr-test.c [new file with mode: 0644]