summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch initialization of the protocol list for an interface decl to useChris Lattner2008-07-211-2/+3
* improve comments yet again, now I know what this does :)Chris Lattner2008-07-211-1/+3
* minor rename, also, reject pointer to qualified id.Chris Lattner2008-07-211-8/+7
* Fix a crash that can happen when you have typedefs for pointers toChris Lattner2008-07-211-4/+5
* simplify this predicate, only checking isObjCQualifiedIdType once.Chris Lattner2008-07-211-4/+9
* Add Sema support for C++ classes.Argyrios Kyrtzidis2008-07-011-0/+2
* Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() a...Argyrios Kyrtzidis2008-06-281-2/+1
* add a fixme backChris Lattner2008-06-211-0/+1
* "This moves built-in Objective-C types up the scope chains to where they can ...Chris Lattner2008-06-211-51/+34
* Introduce preliminary support for NSString format-string checking.Ted Kremenek2008-06-161-0/+1
* -Changes to TagDecl:Argyrios Kyrtzidis2008-06-091-3/+3
* Give the "isa" slot a name!Steve Naroff2008-06-041-1/+2
* Add FIXME.Eli Friedman2008-05-271-0/+1
* Addition of TranslationUnitDecl to the AST:Argyrios Kyrtzidis2008-04-171-4/+7
* Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolv...Argyrios Kyrtzidis2008-04-121-10/+5
* Add class and super class location info to ObjCInterfaceDecl...Steve Naroff2008-04-111-1/+2
* Switch sema to maintaining its own scope chain information for variableChris Lattner2008-04-111-5/+5
* This patch contains these changes:Chris Lattner2008-04-061-2/+1
* Introduce ContextDecl, patch by Argiris Kirtzidis!Chris Lattner2008-04-041-8/+13
* Add create methods for ObjCIvarDecl and ObjCInterfaceDeclChris Lattner2008-03-161-2/+3
* switch the rest of the C decl classes to do their Chris Lattner2008-03-161-2/+2
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+222
OpenPOWER on IntegriCloud