summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/complex-init-list.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Diagnose both _Complex and _Imaginary as C99 extensions.Aaron Ballman2019-08-271-3/+1
| | | | llvm-svn: 370100
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-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 Friedman2011-09-191-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
OpenPOWER on IntegriCloud