aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/types.c
AgeCommit message (Expand)Author
2013-01-29Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith
2012-09-20Include types when a definition's type differs from a prior declaration.David Blaikie
2012-04-04For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this isRichard Smith
2011-10-07Hack in a workaround for PR11082 until we have a proper fix. ThisChandler Carruth
2011-10-01Hey, maybe we shouldn't silently ignore decl attributesJohn McCall
2010-06-30Clean up the diagnostic complaining about the element type of a vectorDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-05-13Fix rdar://6880951 by rejecting vectors of vectors.Chris Lattner
2009-05-13reject use of the GNU _Decimal32 extension with a diagnostic, not an abort.Chris Lattner
2009-05-13Fix rdar://6880874 - [sema] crash on array types with different index sizesChris Lattner
2009-04-30only support int128_t on 64-bit and larger targets. 32-bit targets don'tChris Lattner
2009-04-30initial support for __[u]int128_t, which should be basicallyChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-19Fix a long standard problem with clang retaining "too much" sugar Chris Lattner
2008-12-12Testcase for something that already works. Clang agrees with Comeau,Chris Lattner