summaryrefslogtreecommitdiff
path: root/test/Sema/complex-int.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor checking of switch conditions and case values.Richard Smith2018-07-261-0/+4
* Catch more cases when diagnosing integer-constant-expression overflows.Josh Magee2015-02-041-0/+2
* Improved complex constants evaluation.Abramo Bagnara2010-12-111-0/+12
* Re-improve recovery when the condition of a switch statement does notDouglas Gregor2010-06-291-5/+1
* Factor the conversion from a switch condition to an integral orDouglas Gregor2010-06-291-1/+5
* Fix minor oversight for increment/decrement of complex int. Add tests forEli Friedman2010-01-031-0/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Use VerifyIntegerConstantExpression for case values.Anders Carlsson2008-12-011-2/+2
* GCC supports the complex conjugate operator (an extension) on complex int Chris Lattner2008-07-251-0/+9
* Finish up handling all permutations of "complex int" (in Sema::UsualArithmeti...Steve Naroff2008-01-151-0/+20
* - Change Type::isComplexType() to exlude GCC's complex integer extension. In ...Steve Naroff2008-01-151-0/+1
* Rework commit r45976, which was incorrect.Steve Naroff2008-01-151-1/+9
* Make sure Sema::GetTypeForDeclarator() deals with abstract declarators when d...Steve Naroff2008-01-141-0/+4
* Teach Type::isIntegerType() about GCC's __complex__ integer extensions...Steve Naroff2008-01-141-0/+10