summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove one more old-style Diag method.Chris Lattner2008-11-191-7/+2
* Switch several more Sema Diag methods over. This simplifies theChris Lattner2008-11-191-21/+4
* start converting Sema over to using its canonical Diag method.Chris Lattner2008-11-181-17/+0
* introduce the one true Diag method for Sema. Next up: kill all the others off.Chris Lattner2008-11-181-3/+3
* This reworks some of the Diagnostic interfaces a bit to change how diagnosticsChris Lattner2008-11-181-23/+13
* Change the diagnostics interface to take an array of pointers to Chris Lattner2008-11-181-8/+11
* Fix <rdar://problem/6320086> parser rejects block capturing ivar.Steve Naroff2008-11-171-1/+4
* Implement support for operator overloading using candidate operatorDouglas Gregor2008-11-121-4/+6
* Implement C++ 'typeid' parsing and sema.Sebastian Redl2008-11-111-0/+4
* Implement Sema support for C++ nested-name-specifiers.Argyrios Kyrtzidis2008-11-081-3/+3
* Some cleanup of the cast checkers. Don't canonicalize types when not needed. ...Sebastian Redl2008-11-041-7/+0
* Semantic analysis for C++ reinterpret_cast and const_cast. Patch by Sebastian...Douglas Gregor2008-10-241-0/+7
* Add Sema implementation of #pragma pack stack. Daniel Dunbar2008-10-141-1/+1
* Add support for format string checking of object-size checkingDaniel Dunbar2008-10-021-11/+16
* Add a LangOptions member to IdentifierResolver.Argyrios Kyrtzidis2008-09-091-1/+2
* Tweak implementation for allowing ObjC builtin type redefinitions.Steve Naroff2008-09-091-6/+6
* Remove "NextDecl" from RecordDecl. This change touches many files that where...Ted Kremenek2008-09-051-2/+2
* Generate error if we try to implicit cast between different addressMon P Wang2008-09-041-5/+20
* Add semantic analysis for "blocks". Steve Naroff2008-09-031-1/+1
* Pass SourceRanges by reference to the various Diag methods.Argyrios Kyrtzidis2008-08-241-7/+8
* Make sure to create CXX record decls for the implicit Obj-C type declarations...Anders Carlsson2008-08-231-14/+16
* make sure that ParseAST invokes the action for end of translation unit.Chris Lattner2008-08-231-0/+8
* minor cleanup, remove finalize method.Chris Lattner2008-08-231-2/+0
* Change Parser & Sema to use interned "super" for comparions.Daniel Dunbar2008-08-141-0/+2
* More #include cleaningDaniel Dunbar2008-08-111-1/+0
* More #include cleaningDaniel Dunbar2008-08-111-0/+5
* More #include cleaningDaniel Dunbar2008-08-111-0/+1
* change more instances of QualType::getCanonicalType to callChris Lattner2008-07-261-1/+2
* Move isObjCObjectPointerType() from Sema to ASTContext.Ted Kremenek2008-07-241-21/+0
* 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
OpenPOWER on IntegriCloud