summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/complex-init-list.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing code for compound literals of complex type. ↵Eli Friedman2012-02-271-1/+7
| | | | | | <rdar://problem/10938628> llvm-svn: 151549
* Add list initialization for complex numbers in C. Essentially, this allows ↵Eli Friedman2011-09-191-0/+12
"_Complex float x = {1.0f, 2.0f};". See changes to docs/LanguageExtensions.html for a longer description. <rdar://problem/9397672>. llvm-svn: 140090
OpenPOWER on IntegriCloud