clang/Sema
Steve Naroff a49e1fa209 - Add Sema::CheckStringLiteralInit, Sema::IsStringLiteralInit.
- Use previous hooks to simplify Sema::CheckInitializerTypes()...



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46235 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-22 00:55:40 +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 Move promoteExprToType from being a static method in SemaExpr.cpp to being 2008-01-16 19:17:22 +00:00
Sema.h - Add Sema::CheckStringLiteralInit, Sema::IsStringLiteralInit. 2008-01-22 00:55:40 +00:00
SemaChecking.cpp Fixed typo introduced by r46133 that caused -Wfloat-equal to break. 2008-01-17 17:55:13 +00:00
SemaDecl.cpp - Add Sema::CheckStringLiteralInit, Sema::IsStringLiteralInit. 2008-01-22 00:55:40 +00:00
SemaDeclObjC.cpp Elimate bogus warning when va_start is correctly used in 2008-01-21 22:59:53 +00:00
SemaExpr.cpp Implement basic overload support via a new builtin, __builtin_overload. 2008-01-17 17:46:27 +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 Move promoteExprToType from being a static method in SemaExpr.cpp to being 2008-01-16 19:17:22 +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 Added method Expr::IgnoreParens(), which returns the first non-ParenExpr Expr*. 2008-01-17 16:57:34 +00:00