llvm-project/clang/lib/Sema
Chris Lattner a377833888 diagnose uses of deprecated typenames and tags.
We now pass all the deprecation tests in the objc.dg suite.

llvm-svn: 64679
2009-02-16 22:07:16 +00:00
..
CMakeLists.txt Refactor name lookup. 2009-01-14 22:20:51 +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 Eliminated LookupCriteria, whose creation was causing a bottleneck for 2009-01-30 01:04:22 +00:00
IdentifierResolver.h Eliminated LookupCriteria, whose creation was causing a bottleneck for 2009-01-30 01:04:22 +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 Adopt a more principled approach to invalid declarations: 2009-02-16 17:45:42 +00:00
SemaCXXScopeSpec.cpp Add svn:eol-style=native to some files 2009-02-14 20:20:19 +00:00
SemaChecking.cpp Add hook to add attributes to function declarations that we know 2009-02-14 18:57:46 +00:00
SemaDecl.cpp diagnose uses of deprecated typenames and tags. 2009-02-16 22:07:16 +00:00
SemaDeclAttr.cpp add parser and type checking support for attribute((objc_exception)). 2009-02-14 08:09:34 +00:00
SemaDeclCXX.cpp Adopt a more principled approach to invalid declarations: 2009-02-16 17:45:42 +00:00
SemaDeclObjC.cpp diagnose uses of deprecated typenames and tags. 2009-02-16 22:07:16 +00:00
SemaExpr.cpp enhance ExtVectorElementExpr to allow V->xxyy to work like (*V).xxyy 2009-02-16 21:11:58 +00:00
SemaExprCXX.cpp Introduce _Complex conversions into the function overloading 2009-02-12 00:15:05 +00:00
SemaExprObjC.cpp Refactor the deprecated and unavailable checks into a new 2009-02-15 22:43:40 +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 Fix a bug with designated initializers where we were stepping out of a 2009-02-12 19:00:39 +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 Several cleanups: 2009-02-12 17:52:19 +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 Fix comment. 2009-02-11 23:03:27 +00:00
SemaType.cpp random cleanup 2009-02-16 21:43:00 +00:00