Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-27 | Add missing code for compound literals of complex type. ↵ | Eli Friedman | |
<rdar://problem/10938628> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151549 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2011-09-19 | Add list initialization for complex numbers in C. Essentially, this allows ↵ | Eli Friedman | |
"_Complex float x = {1.0f, 2.0f};". See changes to docs/LanguageExtensions.html for a longer description. <rdar://problem/9397672>. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140090 91177308-0d34-0410-b5e6-96231b3b80d8 |