aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/Sema.cpp
AgeCommit message (Expand)Author
2008-04-17Addition of TranslationUnitDecl to the AST:Argyrios Kyrtzidis
2008-04-12Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolv...Argyrios Kyrtzidis
2008-04-11Add class and super class location info to ObjCInterfaceDecl...Steve Naroff
2008-04-11Switch sema to maintaining its own scope chain information for variableChris Lattner
2008-04-06This patch contains these changes:Chris Lattner
2008-04-04Introduce ContextDecl, patch by Argiris Kirtzidis!Chris Lattner
2008-03-16Add create methods for ObjCIvarDecl and ObjCInterfaceDeclChris Lattner
2008-03-16switch the rest of the C decl classes to do their Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner