aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/Sema.h
AgeCommit message (Expand)Author
2008-05-07Diagnose attempts to use C++ default arguments outside of a function declarationDouglas Gregor
2008-05-06Patch to refactor setter/getter names of property attributes into SelectorFariborz Jahanian
2008-05-06Several fixes to SemaInit.cpp. It's still not enabled (since it fails a few t...Steve Naroff
2008-05-05percolate @optional/@required protocols down to ASTs forFariborz Jahanian
2008-05-02This patch is about merging ObjC2's properties declared in classFariborz Jahanian
2008-05-01Replace Sema::CheckInitializerListTypes() with a helper class (InitListChecke...Steve Naroff
2008-05-01More ObjC2 property semantics work. Work in progress.Fariborz Jahanian
2008-04-27Parsing of namespaces:Argyrios Kyrtzidis
2008-04-25initial support for recognizing __transparent_union__ attributesNuno Lopes
2008-04-24Patch to diagnose inconsistancies between properties declared in current andFariborz Jahanian
2008-04-22"This patch renames Chris Lattner
2008-04-21Clean up handling of function redeclarationsDouglas Gregor
2008-04-18OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman
2008-04-18Initial work for property implementation declarations.Fariborz Jahanian
2008-04-14New AST representation for each objc2's property declaration.Fariborz Jahanian
2008-04-13This patch adds very basic support for parsing and type-checking classDouglas Gregor
2008-04-12Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolv...Argyrios Kyrtzidis
2008-04-11AST generation for objc2's property declarations.Fariborz Jahanian
2008-04-11Minor changes per Chris L's review.Fariborz Jahanian
2008-04-11Switch sema to maintaining its own scope chain information for variableChris Lattner
2008-04-10Patch for:Fariborz Jahanian
2008-04-08Add support for C++ default arguments, and rework Parse-Sema Chris Lattner
2008-04-07move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema.Chris Lattner
2008-04-06This patch contains these changes:Chris Lattner
2008-04-04Introduce ContextDecl, patch by Argiris Kirtzidis!Chris Lattner
2008-04-02Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjC...Steve Naroff
2008-04-02Two changes to Sema::LookupDecl() interface. Steve Naroff
2008-04-02Fix a comment typo and add a couple suggestions from Chris.Steve Naroff
2008-04-01Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass ...Steve Naroff
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner