clang-1/Sema
Steve Naroff 4cdec1c3ca Rework commit r45976, which was incorrect.
- Add Type::isComplexIntegerType(), Type::getAsComplexIntegerType().
- Don't inlude complex types with Type::isIntegerType(), which is too general.
- Use the new predicates in Sema::UsualArithmeticConversions() to recognize/convert the types.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45992 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-15 01:41:59 +00:00
..
ASTStreamer.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
Makefile remove attribution from makefiles. 2007-12-29 20:02:25 +00:00
Sema.cpp Substituted all instances of the string "Objc" for "ObjC". This fixes 2008-01-07 19:49:32 +00:00
Sema.h Add first pieces of support for parsing and representing 2008-01-12 07:05:38 +00:00
SemaChecking.cpp Substituted all instances of the string "Objc" for "ObjC". This fixes 2008-01-07 19:49:32 +00:00
SemaDecl.cpp Fix build issue on cygwin, patch by Sam Bishop 2008-01-14 21:47:29 +00:00
SemaDeclObjC.cpp Recover from user typo not having proper @interface decl and a bad foreach decl. 2008-01-10 20:33:58 +00:00
SemaExpr.cpp Rework commit r45976, which was incorrect. 2008-01-15 01:41:59 +00:00
SemaExprCXX.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
SemaExprObjC.cpp Substituted all instances of the string "Objc" for "ObjC". This fixes 2008-01-07 19:49:32 +00:00
SemaStmt.cpp Recover from user typo not having proper @interface decl and a bad foreach decl. 2008-01-10 20:33:58 +00:00
SemaType.cpp Make sure Sema::GetTypeForDeclarator() deals with abstract declarators when diagnosing incorrect code. 2008-01-14 23:33:18 +00:00
SemaUtil.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00