clang/Sema
Anders Carlsson b235fc2cf3 Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code?
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44266 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-22 01:36:19 +00:00
..
ASTStreamer.cpp Fix ownership model of ParseAST to allow the dtor of 2007-11-03 06:24:16 +00:00
Makefile Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
Sema.cpp Implement a more sensible strategy for ObjC built-in types (addressing a long standing FIXME in Sema::GetObjcIdType()). 2007-10-31 18:42:27 +00:00
Sema.h Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code? 2007-11-22 01:36:19 +00:00
SemaChecking.cpp Added notion of '*' specified format width/specifiers when checking 2007-10-12 20:51:52 +00:00
SemaDecl.cpp Improve function decl merging, patch by Oliver Hunt! 2007-11-20 19:04:50 +00:00
SemaExpr.cpp Tighten up address-of checking, implementing test/Sema/expr-address-of.c. 2007-11-16 17:46:48 +00:00
SemaExprCXX.cpp Rename statement actions (from Parse-prefix to ActOn-prefix). 2007-09-16 14:56:35 +00:00
SemaStmt.cpp Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code? 2007-11-22 01:36:19 +00:00
SemaType.cpp Rename Sema method to follow class naming convention 2007-11-13 21:49:48 +00:00