llvm-project/clang/lib/Sema
Steve Naroff b47acdb2e5 Fix <rdar://problem/6770998> make cast of super illegal (again:-)
llvm-svn: 68659
2009-04-08 23:52:26 +00:00
..
CMakeLists.txt Update CMake 2009-03-27 05:18:33 +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 Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a 2009-03-28 19:18:32 +00:00
IdentifierResolver.h Rework the way we find locally-scoped external declarations when we 2009-03-02 00:19:53 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
ParseAST.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
Sema.cpp Give Type::getDesugaredType a "for-display" mode that can apply more 2009-04-01 15:47:24 +00:00
Sema.h Diagnose uses of function specifiers on declarations which don't declare 2009-04-07 19:37:57 +00:00
SemaAccess.cpp Revert Sebastian's rvalue patch (r67870) since it caused test failures in 2009-03-28 04:17:27 +00:00
SemaAttr.cpp Deallocate 'DeclRefExpr's in correctly formed '#pragma unused' 2009-03-23 22:50:47 +00:00
SemaCXXScopeSpec.cpp More improvements to namespace aliases. We now support everything except aliases in using directives. 2009-03-28 23:53:49 +00:00
SemaChecking.cpp CodeGenModule::GetAddrOfConstantCFString(): 2009-04-01 21:16:31 +00:00
SemaDecl.cpp -Wmissing-prototypes shouldn't complain about main() missing a prototype. 2009-04-08 15:21:36 +00:00
SemaDeclAttr.cpp Extend possible handled regparm(N) value 2009-04-04 10:27:50 +00:00
SemaDeclCXX.cpp Introduce a "-fixit" mode to clang-cc that applies code-modification hints. 2009-04-02 01:08:08 +00:00
SemaDeclObjC.cpp Now that we have __weak defined as attribute in all modes, 2009-04-07 21:25:06 +00:00
SemaExpr.cpp Fix <rdar://problem/6770998> make cast of super illegal (again:-) 2009-04-08 23:52:26 +00:00
SemaExprCXX.cpp Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a 2009-03-28 19:18:32 +00:00
SemaExprObjC.cpp Tweak Sema::ActOnInstanceMessage() to look for a class method when dealing with qualified id's. This change is motivated by our desire to not support the "Class<foo>" idiom. Note that the change makes perfect sense (since all ObjC classes are also id/instances). 2009-04-07 15:07:57 +00:00
SemaInherit.cpp Make parsing a semantic analysis a little more robust following Sema 2009-04-01 21:51:26 +00:00
SemaInherit.h Make parsing a semantic analysis a little more robust following Sema 2009-04-01 21:51:26 +00:00
SemaInit.cpp Add some more code modification hints 2009-04-01 23:51:29 +00:00
SemaLookup.cpp Make parsing a semantic analysis a little more robust following Sema 2009-04-01 21:51:26 +00:00
SemaNamedCast.cpp Fix a few isObjectTypes that really need to be isIncompleteOrObject 2009-03-24 20:13:58 +00:00
SemaOverload.cpp Hopefully fix the rval regressions. Thanks to Chris for pointing out that valgrind complains. 2009-03-29 22:46:24 +00:00
SemaOverload.h Reintroduce r67870 (rval ref overloading), since I can't reproduce any test failures on i386 or x86_64. If this fails for someone, please contact me. 2009-03-29 15:27:50 +00:00
SemaStmt.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
SemaTemplate.cpp Add some more code modification hints 2009-04-01 23:51:29 +00:00
SemaTemplateInstantiate.cpp Parsing, semantic analysis, and template instantiation for typename 2009-04-01 00:28:59 +00:00
SemaTemplateInstantiateDecl.cpp Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a 2009-03-28 19:18:32 +00:00
SemaTemplateInstantiateExpr.cpp Revamp our representation of C++ nested-name-specifiers. We now have a 2009-03-26 23:50:42 +00:00
SemaType.cpp Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a 2009-03-28 19:18:32 +00:00