summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/complex-init-list.c
AgeCommit message (Expand)Author
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2015-12-08Explicitly permit undefined behavior in constant initializers for globalRichard Smith
2015-12-03PR17381: Treat undefined behavior during expression evaluation as an unmodeledRichard Smith
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-02-27Add missing code for compound literals of complex type. <rdar://problem/1093...Eli Friedman
2011-09-19Add list initialization for complex numbers in C. Essentially, this allows "...Eli Friedman