Aaron Ballman
|
9fac4a5d35
|
Diagnose both _Complex and _Imaginary as C99 extensions.
llvm-svn: 370100
|
2019-08-27 19:15:24 +00:00 |
Andy Gibbs
|
c6e68daac0
|
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.
llvm-svn: 166280
|
2012-10-19 12:44:48 +00:00 |
Eli Friedman
|
6b9c41ea68
|
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.
<rdar://problem/9397672>.
llvm-svn: 140090
|
2011-09-19 23:17:44 +00:00 |