llvm-project/clang/Sema
Chris Lattner ec0a6d9be5 Use APFloat for the representation of FP immediates, ask the target
for *which* apfloat to use for a particular type.

llvm-svn: 42234
2007-09-22 18:29:59 +00:00
..
ASTStreamer.cpp remove some obsolete interfaces. 2007-09-16 19:47:56 +00:00
Makefile fix description 2007-05-23 23:56:42 +00:00
Sema.cpp add actions for deleting expr/stmt nodes. 2007-08-31 04:53:24 +00:00
Sema.h This patch instantiates objects for forward protocols and in general handles use of 2007-09-21 15:40:54 +00:00
SemaChecking.cpp Fix 80 col violations. 2007-08-30 17:08:17 +00:00
SemaDecl.cpp This patch adds to new things to clang: 2007-09-22 00:01:35 +00:00
SemaExpr.cpp Use APFloat for the representation of FP immediates, ask the target 2007-09-22 18:29:59 +00:00
SemaExprCXX.cpp Rename statement actions (from Parse-prefix to ActOn-prefix). 2007-09-16 14:56:35 +00:00
SemaStmt.cpp Make case sorting deterministic by not depending on pointer 2007-09-21 18:15:22 +00:00
SemaType.cpp Start converting Action methods from Parse-prefix to ActOn-prefix. 2007-09-15 18:49:24 +00:00