hanchenye-llvm-project/clang/Sema
Steve Naroff 0dffa442ea Rename diagnostic to reflect it's role...
llvm-svn: 46650
2008-02-01 22:44:48 +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 AST for @synchronized. 2008-01-29 19:14:59 +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 Hack Sema::MergeTypeDefDecl() to silently ignore duplicate typedef's in system headers files. 2008-01-30 23:46:05 +00:00
SemaDeclObjC.cpp Elimate bogus warning when va_start is correctly used in 2008-01-21 22:59:53 +00:00
SemaExpr.cpp Rename diagnostic to reflect it's role... 2008-02-01 22:44:48 +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 make some diagnostics more terse, update testcases. 2008-02-01 06:57:39 +00:00
SemaStmt.cpp Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. 2008-01-29 22:59:37 +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