summaryrefslogtreecommitdiff
path: root/test/Sema/cast-to-union.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak wording and add diagnostic groups to misc diagnostics.Eli Friedman2012-11-021-3/+3
* Fixed cast to union with anonymous bitfields.Abramo Bagnara2010-10-071-1/+2
* Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor2010-04-091-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* add support for initializing static vars with a cast to union (gcc extension)Nuno Lopes2009-01-151-0/+10
* PR2746: Implement GCC cast to union extensionSeo Sanghyeon2009-01-151-0/+9