summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/complex-init-list.c
Commit message (Expand)AuthorAgeFilesLines
* Explicitly permit undefined behavior in constant initializers for globalRichard Smith2015-12-081-2/+2
* PR17381: Treat undefined behavior during expression evaluation as an unmodeledRichard Smith2015-12-031-2/+2
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-2/+2
* Add missing code for compound literals of complex type. <rdar://problem/1093...Eli Friedman2012-02-271-1/+7
* Add list initialization for complex numbers in C. Essentially, this allows "...Eli Friedman2011-09-191-0/+12