summaryrefslogtreecommitdiffstats
path: root/test/Sema/transparent-union.c
Commit message (Expand)AuthorAgeFilesLines
* Reland "[CodeGen] Fix crash when a function taking transparent union is redec...Volodymyr Sapsai2018-01-221-0/+29
* Revert "[CodeGen] Fix crash when a function taking transparent union is redec...Volodymyr Sapsai2017-12-211-29/+0
* [CodeGen] Fix crash when a function taking transparent union is redeclared.Volodymyr Sapsai2017-12-211-0/+29
* [Sema] Add support for flexible array members in Obj-C.Volodymyr Sapsai2017-10-231-1/+1
* Allow attributes before union definitionErich Keane2017-02-281-0/+24
* [Sema] Fix PR30520: Handle incomplete field types in transparent_union unionsAlex Lorenz2016-10-061-0/+9
* Print detailed vector type information on diagnostics.Benjamin Kramer2014-04-251-1/+1
* Relaxing the alignment requirements for fields in a transparent_union. Emits ...Aaron Ballman2014-01-281-1/+19
* Forbid driver use in Sema testsAlp Toker2014-01-161-1/+1
* Merge transparent union types using member's unqualified typePeter Collingbourne2010-12-021-0/+4
* Merge transparent union types using member's canonical param typePeter Collingbourne2010-12-021-0/+4
* Implement GNU C extension: two types are compatible if they appearPeter Collingbourne2010-10-241-0/+18
* Complain about the application of a transparent_union attribute to aDouglas Gregor2010-06-301-0/+7
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+1
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
* Implement semantic analysis for transparent unions. This is largelyDouglas Gregor2009-04-291-0/+40