clang-1/Sema
Anders Carlsson 6c19a04a39 Initialize CurMethodDecl to 0.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44463 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-30 20:01:38 +00:00
..
ASTStreamer.cpp Yesterday, I simplified how we stream top-level decls. 2007-11-29 23:05:20 +00:00
Makefile Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
Sema.cpp Initialize CurMethodDecl to 0. 2007-11-30 20:01:38 +00:00
Sema.h Yesterday, I simplified how we stream top-level decls. 2007-11-29 23:05:20 +00:00
SemaChecking.cpp GCC has an extension where the left hand side of the ? : operator can be omitted. Handle this in a few more places. 2007-11-30 19:04:31 +00:00
SemaDecl.cpp Yesterday, I simplified how we stream top-level decls. 2007-11-29 23:05:20 +00:00
SemaExpr.cpp Support lax vector conversions. 2007-11-30 04:21:22 +00:00
SemaExprCXX.cpp Rename statement actions (from Parse-prefix to ActOn-prefix). 2007-09-16 14:56:35 +00:00
SemaStmt.cpp Move the null pointer constant check from Sema::CheckSingleInitializer/ActOnCallExpr/CheckMessageArgumentTypes/ActOnReturnStmt to Sema::CheckSingleAssignmentConstraints. This makes sure all null pointer assignments are considered compatible. 2007-11-27 17:58:44 +00:00
SemaType.cpp Rename Sema method to follow class naming convention 2007-11-13 21:49:48 +00:00
SemaUtil.h Moved logic for -Wfloat-equal to SemaChecking.cpp. 2007-11-25 00:58:00 +00:00