clang-1/Sema
Chris Lattner bde7184435 add a fixme.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47421 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-21 01:32:57 +00:00
..
Makefile remove attribution from makefiles. 2007-12-29 20:02:25 +00:00
ParseAST.cpp move the codegen ASTConsumer out of the driver into libcodegen, 2008-02-06 02:01:47 +00:00
Sema.cpp avoid making implicit casts that just remove typedefs. 2008-02-13 18:01:07 +00:00
Sema.h move type attribute processing into the creatively named ProcessTypeAttributes method. 2008-02-21 01:07:18 +00:00
SemaChecking.cpp Use IgnoreParenCasts. 2008-02-13 01:22:59 +00:00
SemaDecl.cpp Collect and build and process type attributes on pointers. For 2008-02-21 01:32:26 +00:00
SemaDeclObjC.cpp Turn handling of parameter attributes back on, fixing the ObjC breakage 2008-02-17 21:20:31 +00:00
SemaExpr.cpp Alternate address spaces work: 2008-02-20 20:55:12 +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 Handle simple asm statements correctly. 2008-02-05 23:03:50 +00:00
SemaType.cpp add a fixme. 2008-02-21 01:32:57 +00:00
SemaUtil.h Move IgnoreParenCasts to be a method on Expr. 2008-02-13 01:02:39 +00:00