summaryrefslogtreecommitdiff
path: root/test/Sema/cast-to-union.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | | Tests and drivers updated, still need to shuffle dirs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67602 91177308-0d34-0410-b5e6-96231b3b80d8
* add support for initializing static vars with a cast to union (gcc extension)Nuno Lopes2009-01-151-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62261 91177308-0d34-0410-b5e6-96231b3b80d8
* PR2746: Implement GCC cast to union extensionSeo Sanghyeon2009-01-151-0/+9
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62255 91177308-0d34-0410-b5e6-96231b3b80d8