hanchenye-llvm-project/clang/Sema
Chris Lattner 7570e9c518 simplify all the type info accessors in TargeTInfo to return scalars,
which is simpler to use and provide.

llvm-svn: 48051
2008-03-08 08:52:55 +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 Move the initialization of SEL/objc_selector from Sema::Sema() to Sema::ActOnTranslationUnitScope() and make sure the type/struct get inserted into the translation unit scope. 2008-02-24 16:25:02 +00:00
Sema.h Add fastcall/stdcall attribute support 2008-03-07 20:04:22 +00:00
SemaChecking.cpp Added TODO. 2008-03-03 16:50:00 +00:00
SemaDecl.cpp Add fastcall/stdcall attribute support 2008-03-07 20:04:22 +00:00
SemaDeclObjC.cpp Fix http://llvm.org/bugs/show_bug.cgi?id=2106. 2008-02-29 21:48:07 +00:00
SemaExpr.cpp simplify all the type info accessors in TargeTInfo to return scalars, 2008-03-08 08:52:55 +00:00
SemaExprCXX.cpp add parsing, ast building and pretty printing support for C++ throw expressions. 2008-02-26 00:51:44 +00:00
SemaExprObjC.cpp convert tabs to spaces, patch by Mike Stump! 2008-02-25 21:04:36 +00:00
SemaStmt.cpp remove the source location arguments to various target query methods. 2008-03-05 18:54:05 +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