Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Diagnose both _Complex and _Imaginary as C99 extensions. | Aaron Ballman | 2019-08-27 | 1 | -3/+1 |
| | | | | llvm-svn: 370100 | ||||
* | Prior to adding the new "expected-no-diagnostics" directive to ↵ | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
| | | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280 | ||||
* | Add list initialization for complex numbers in C. Essentially, this allows ↵ | Eli Friedman | 2011-09-19 | 1 | -0/+14 |
"_Complex float x = {1.0f, 2.0f};". See changes to docs/LanguageExtensions.html for a longer description. <rdar://problem/9397672>. llvm-svn: 140090 |