summaryrefslogtreecommitdiffstats
path: root/test/Sema/types.c
Commit message (Expand)AuthorAgeFilesLines
* For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this isRichard Smith2012-04-041-0/+14
* Hack in a workaround for PR11082 until we have a proper fix. ThisChandler Carruth2011-10-071-0/+9
* Hey, maybe we shouldn't silently ignore decl attributesJohn McCall2011-10-011-0/+4
* Clean up the diagnostic complaining about the element type of a vectorDouglas Gregor2010-06-301-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix rdar://6880951 by rejecting vectors of vectors.Chris Lattner2009-05-131-0/+3
* reject use of the GNU _Decimal32 extension with a diagnostic, not an abort.Chris Lattner2009-05-131-0/+4
* Fix rdar://6880874 - [sema] crash on array types with different index sizesChris Lattner2009-05-131-0/+11
* only support int128_t on 64-bit and larger targets. 32-bit targets don'tChris Lattner2009-04-301-1/+1
* initial support for __[u]int128_t, which should be basicallyChris Lattner2009-04-301-0/+11
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix a long standard problem with clang retaining "too much" sugar Chris Lattner2009-02-191-1/+1
* Testcase for something that already works. Clang agrees with Comeau,Chris Lattner2008-12-121-0/+10