llvm-project/clang/lib/Sema
Fariborz Jahanian d29fecd746 Couple of helpers for objc's gc attributes.
No change in functionality.

llvm-svn: 64989
2009-02-19 00:22:47 +00:00
..
CMakeLists.txt move attribute(packed) sema support out of SemaDecl into a new SemaAttr.cpp file. 2009-02-17 00:57:29 +00:00
CXXFieldCollector.h Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
IdentifierResolver.cpp Now that ObjC decls have DeclContexts too, remove an ugly hack from IdentifierResolver. 2009-02-17 20:21:51 +00:00
IdentifierResolver.h Now that ObjC decls have DeclContexts too, remove an ugly hack from IdentifierResolver. 2009-02-17 20:21:51 +00:00
Makefile rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
ParseAST.cpp Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pass as an argument a TranslationUnit object whose contents live beyond the call to ParseAST. 2009-01-28 04:29:29 +00:00
Sema.cpp Add hook to add attributes to function declarations that we know 2009-02-14 18:57:46 +00:00
Sema.h rip out __builtin_overload 2009-02-18 22:14:55 +00:00
SemaAttr.cpp Make PragmaPackStack be a private class in SemaAttr and make its 2009-02-17 01:09:29 +00:00
SemaCXXScopeSpec.cpp Add svn:eol-style=native to some files 2009-02-14 20:20:19 +00:00
SemaChecking.cpp final string diagnostic issue (that I know about): 2009-02-18 19:26:42 +00:00
SemaDecl.cpp Couple of helpers for objc's gc attributes. 2009-02-19 00:22:47 +00:00
SemaDeclAttr.cpp __attribute__((aligned)) was being ignored! 2009-02-18 20:06:09 +00:00
SemaDeclCXX.cpp Downgrade complaints about calling unavailable functions to a warning 2009-02-18 21:56:37 +00:00
SemaDeclObjC.cpp Downgrade complaints about calling unavailable functions to a warning 2009-02-18 21:56:37 +00:00
SemaExpr.cpp rip out __builtin_overload 2009-02-18 22:14:55 +00:00
SemaExprCXX.cpp Downgrade complaints about calling unavailable functions to a warning 2009-02-18 21:56:37 +00:00
SemaExprObjC.cpp Downgrade complaints about calling unavailable functions to a warning 2009-02-18 21:56:37 +00:00
SemaInherit.cpp Move CheckPointerToMemberOperands to SemaExprCXX.cpp 2009-02-07 20:10:22 +00:00
SemaInherit.h Implement dereferencing of pointers-to-member. 2009-02-07 00:15:38 +00:00
SemaInit.cpp Downgrade the "excess elements in initializer" errors to warnings *in 2009-02-18 22:23:55 +00:00
SemaLookup.cpp Implicitly declare certain C library functions (malloc, strcpy, memmove, 2009-02-13 23:20:09 +00:00
SemaNamedCast.cpp Overhaul of Stmt allocation: 2009-02-07 01:47:29 +00:00
SemaOverload.cpp Downgrade complaints about calling unavailable functions to a warning 2009-02-18 21:56:37 +00:00
SemaOverload.h Introduce _Complex conversions into the function overloading 2009-02-12 00:15:05 +00:00
SemaStmt.cpp Several related changes: 2009-02-14 07:37:35 +00:00
SemaTemplate.cpp Downgrade complaints about calling unavailable functions to a warning 2009-02-18 21:56:37 +00:00
SemaType.cpp fariborz already fixed this. 2009-02-18 23:00:57 +00:00