aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/complex-int.c
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-01Use VerifyIntegerConstantExpression for case values.Anders Carlsson
2008-07-25GCC supports the complex conjugate operator (an extension) on complex int Chris Lattner
2008-01-15Finish up handling all permutations of "complex int" (in Sema::UsualArithmeti...Steve Naroff
2008-01-15- Change Type::isComplexType() to exlude GCC's complex integer extension. In ...Steve Naroff
2008-01-15Rework commit r45976, which was incorrect.Steve Naroff
2008-01-14Make sure Sema::GetTypeForDeclarator() deals with abstract declarators when d...Steve Naroff
2008-01-14Teach Type::isIntegerType() about GCC's __complex__ integer extensions...Steve Naroff