1. fce4715 Add missing code for compound literals of complex type. <rdar://problem/10938628> by Eli Friedman · 12 years ago
  2. 0c706c2 Add list initialization for complex numbers in C. Essentially, this allows "_Complex float x = {1.0f, 2.0f};". See changes to docs/LanguageExtensions.html for a longer description. by Eli Friedman · 13 years ago