summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* The assert at Sema::ObjCActOnStartOfMethodDef should check CurMethodDecl inst...Argyrios Kyrtzidis2008-06-251-1/+1
* 'Educate' IdentifierResolver about the declaration context of CXXFieldDecls.Argyrios Kyrtzidis2008-06-241-0/+4
* Add parsing support for C++ classes.Argyrios Kyrtzidis2008-06-241-0/+3
* ObjCMessageExpr objects that represent messages to class methods now can cont...Ted Kremenek2008-06-241-2/+10
* add a fixme backChris Lattner2008-06-211-0/+1
* "this patch adds code generation hooks for Objective-C constant strings. It ...Chris Lattner2008-06-211-8/+12
* Don't add isa with @defs only to work around it in the code generator, patchChris Lattner2008-06-211-4/+0
* "This moves built-in Objective-C types up the scope chains to where they can ...Chris Lattner2008-06-211-51/+34
* add parser and sema support for the funny ObjC '@defs' thing.Chris Lattner2008-06-212-0/+31
* Switch 'super' from being a weird cast thing to being a predefined expr node.Chris Lattner2008-06-211-6/+2
* Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.Chris Lattner2008-06-173-8/+8
* Introduce preliminary support for NSString format-string checking.Ted Kremenek2008-06-164-2/+38
* Don't crash if we can't find FileEntry info for a typedef, since one Eli Friedman2008-06-111-14/+17
* -Add DeclChain member to DeclContext.Argyrios Kyrtzidis2008-06-101-20/+14
* -Changes to TagDecl:Argyrios Kyrtzidis2008-06-094-21/+17
* Add code to make test/CodeGen/struct-init.c work correctly without the Eli Friedman2008-06-091-0/+105
* For struct initialization, check compatibility with the unqualified Eli Friedman2008-06-091-1/+3
* implement the alias attirbute (in both Sema and Codegen)Nuno Lopes2008-06-082-0/+30
* capture whether a CharacterLiteral was wide or not in the AST. Chris Lattner2008-06-071-1/+2
* Clean up dead code from SemaInit landing.Eli Friedman2008-06-062-214/+1
* Oops...remove weird printf:-)Steve Naroff2008-06-051-1/+0
* Second half of "fix" for <rdar://problem/5986085> clang on xcode: error: rede...Steve Naroff2008-06-052-3/+13
* super fix submitted by David Chisnall.Steve Naroff2008-06-051-1/+1
* Fixed a recent test regression from last night (r51976).Steve Naroff2008-06-051-4/+4
* Fix <rdar://problem/5986833> clang on xcode: incompatible type returning 'voi...Steve Naroff2008-06-052-4/+28
* Fix <rdar://problem/5987482> clang on xcode: null dereference in Sema::ActOnM...Steve Naroff2008-06-051-6/+17
* Fix trivial crasher and downgrade an error to warning (to match GCC).Steve Naroff2008-06-051-2/+2
* Fix crash identified by <rdar://problem/5986085>.Steve Naroff2008-06-041-11/+23
* Added fixmes.Ted Kremenek2008-06-041-0/+2
* Make sure the types are consistent for a void conditional. No visible Eli Friedman2008-06-041-4/+4
* fix type of ?: operator. If one of the operator is void, the type should be v...Nuno Lopes2008-06-041-2/+4
* Fix a gcc compatibility issue which allows more protocol-qualified id on RHS ...Fariborz Jahanian2008-06-041-3/+12
* Moved LangOptions from TranslationUnit to ASTContext. This induced a variety...Ted Kremenek2008-06-041-2/+3
* Sema::ActOnClassMessage() needs to look through it's local implementation for...Steve Naroff2008-06-041-0/+6
* Give the "isa" slot a name!Steve Naroff2008-06-041-1/+2
* Implement another property related FIXME:Steve Naroff2008-06-031-1/+3
* Re-fix r51907 in a way which doesn't affect valid code. This essentially Eli Friedman2008-06-032-3/+60
* Fixup recent "super" regression.Steve Naroff2008-06-031-1/+1
* Allow implicit pointer/int conversions on ObjCQualifiedIdTypes in Sema::Check...Steve Naroff2008-06-031-6/+14
* Finish up r51900.Steve Naroff2008-06-031-4/+5
* Allow for a GCC cast extension.Steve Naroff2008-06-031-3/+10
* Fix <rdar://problem/5979875> clang on xcode: error: use of undeclared identif...Steve Naroff2008-06-021-0/+5
* fix decl attributes cleaningNuno Lopes2008-06-011-1/+2
* Tweak Sema::ObjCQualifiedIdTypesAreCompatible() to handle qualified interface...Steve Naroff2008-06-011-5/+24
* Teach Sema::CheckConditionalOperands() to check for ObjCQualifiedIdType's. Th...Steve Naroff2008-05-311-1/+7
* Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass aTed Kremenek2008-05-311-1/+1
* Fix <rdar://problem/5965704> clang: bad receiver type 'id const'Steve Naroff2008-05-311-2/+3
* Allow a pointer implicitly cast to a bool as a constant expression, as Eli Friedman2008-05-301-17/+34
* Make sure to allow assigning a pointer to a bool.Eli Friedman2008-05-301-11/+14
* Add basic support for properties references (a missing feature).Steve Naroff2008-05-301-0/+30
OpenPOWER on IntegriCloud