clang-1/lib/Sema
Steve Naroff d461777e23 Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244.
Remove support for "Class<P>". Will be making this an error.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65332 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-23 18:36:16 +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 replace a dirty hack with a clean solution. Too bad we can't 2009-02-19 23:53:20 +00:00
Sema.h Add enough checking to ensure that non-constant block literals don't 2009-02-19 22:01:56 +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 Arguments to unordered comparison builtins may need implicit casts. 2009-02-19 19:28:43 +00:00
SemaDecl.cpp Throw the switch to exclusively use Evaluate (along with the small 2009-02-22 06:45:27 +00:00
SemaDeclAttr.cpp remove some more methods from objc decls, using the iterator 2009-02-20 18:43:26 +00:00
SemaDeclCXX.cpp Downgrade complaints about calling unavailable functions to a warning 2009-02-18 21:56:37 +00:00
SemaDeclObjC.cpp Fix <rdar://problem/6500554> missing objc error message. 2009-02-20 22:59:16 +00:00
SemaExpr.cpp Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244. 2009-02-23 18:36:16 +00:00
SemaExprCXX.cpp Downgrade complaints about calling unavailable functions to a warning 2009-02-18 21:56:37 +00:00
SemaExprObjC.cpp Remove isSuperExpr(), which ignores any casts on 'super'. 2009-02-23 15:40:48 +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 Provide a proper source location when building an implicit dereference. Fixes PR3600 2009-02-19 00:52:42 +00:00
SemaOverload.h Introduce _Complex conversions into the function overloading 2009-02-12 00:15:05 +00:00
SemaStmt.cpp Match gcc and always perform array/function conversion for asm input exprs. Fixes PR3641. 2009-02-22 02:11:23 +00:00
SemaTemplate.cpp silence some warnings in no asserts mode. 2009-02-20 21:37:53 +00:00
SemaType.cpp Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244. 2009-02-23 18:36:16 +00:00