summaryrefslogtreecommitdiff
path: root/test/Sema/types.c
Commit message (Expand)AuthorAgeFilesLines
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-261-1/+1
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-141-1/+1
* Crash less enthusiasticially on _Atomic or __restrict__ on invalid types.Nico Weber2015-01-041-4/+8
* Switch C compilations to C11 by default.Richard Smith2014-10-201-4/+4
* [x32] Add __int128 supportPavel Chupin2014-08-041-0/+2
* [Mips] Add the `mips64-linux-gnu` target to the test case to check `in128`Simon Atanasyan2014-08-031-0/+1
* vector [Sema]. Check for proper use of 's' char prefixFariborz Jahanian2014-04-031-0/+8
* There is no such thing as __attribute__((align)); that's a __declspec attribu...Aaron Ballman2014-01-131-1/+1
* Removing a custom error diagnostic and replacing it with a stock one. Added a...Aaron Ballman2013-11-201-0/+1
* Tighten type-checking for vector attributes.Eli Friedman2013-07-261-0/+8
* Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith2013-01-291-1/+1
* Include types when a definition's type differs from a prior declaration.David Blaikie2012-09-201-1/+1
* 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