llvm-project/clang/Sema
Anders Carlsson 5dd106b212 Handle initializing vector elements correctly. Emit just one warning if there are excess initializers, instead of one per initializer.
llvm-svn: 44525
2007-12-03 01:01:28 +00:00
..
ASTStreamer.cpp Yesterday, I simplified how we stream top-level decls. 2007-11-29 23:05:20 +00:00
Makefile fix description 2007-05-23 23:56:42 +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 Handle initializing vector elements correctly. Emit just one warning if there are excess initializers, instead of one per initializer. 2007-12-03 01:01:28 +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