Age | Commit message (Expand) | Author |
---|---|---|
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2008-12-01 | Use VerifyIntegerConstantExpression for case values. | Anders Carlsson |
2008-07-25 | GCC supports the complex conjugate operator (an extension) on complex int | Chris Lattner |
2008-01-15 | Finish 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-15 | Rework commit r45976, which was incorrect. | Steve Naroff |
2008-01-14 | Make sure Sema::GetTypeForDeclarator() deals with abstract declarators when d... | Steve Naroff |
2008-01-14 | Teach Type::isIntegerType() about GCC's __complex__ integer extensions... | Steve Naroff |