summaryrefslogtreecommitdiffstats
path: root/clang/Sema/SemaType.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split out incomplete arrays from VariableArrayType into Eli Friedman2008-02-151-2/+4
* Make sure Sema::GetTypeForDeclarator() deals with abstract declarators when d...Steve Naroff2008-01-141-4/+4
* Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek2008-01-071-13/+13
* When promoting array to pointer for argument, don't lose type qualifiers.Chris Lattner2008-01-021-2/+4
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* reenable this code, fix the testcase.Chris Lattner2007-12-191-2/+2
* disable my commit from yesterday, fixing a regression test failure.Chris Lattner2007-12-191-1/+1
* Implement C99 6.7.5.3p1Chris Lattner2007-12-191-0/+9
* Refactoring work. ObjcQualifiedIdType is now derived from 'Type'.Fariborz Jahanian2007-12-181-1/+1
* Fixe bogus error for variable argument methods. Sema::ObjcGetTypeForMethodDef...Steve Naroff2007-12-181-1/+1
* Patch to implemented objective-c's dynamic object pointer qualified withFariborz Jahanian2007-12-171-0/+10
* Simplified setting up Method's scope before generating AST for its nody.Fariborz Jahanian2007-12-041-1/+1
* Rename Sema method to follow class naming conventionNate Begeman2007-11-131-1/+1
* Remove Sema::ObjcBuildMethodParameter().Steve Naroff2007-11-121-1/+1
* Some code clean up in the form of name changes for functions whichFariborz Jahanian2007-11-091-15/+4
* Added class context to method declarations. Provide "interface *" typeFariborz Jahanian2007-11-091-3/+5
* Insert invisble arguments to method definition header.Fariborz Jahanian2007-11-091-1/+9
* First patch toward rewriting of method definitions. This is work in progress.Fariborz Jahanian2007-11-081-0/+36
* Patch to create protocol conforming class types.Fariborz Jahanian2007-10-111-2/+9
* move IdentifierTable.h from liblex to libbasic.Chris Lattner2007-10-071-1/+0
* Move ObjC decls to DeclObjC.h, a new AST header.Steve Naroff2007-10-011-0/+1
* Start converting Action methods from Parse-prefix to ActOn-prefix.Steve Naroff2007-09-151-2/+2
* Fix the following bug submitted by Justin Handville.Steve Naroff2007-09-101-2/+19
* The goal of this commit is to get just enough Sema support to recognize Objec...Steve Naroff2007-09-061-0/+4
* Final phase of array cleanup (for now), removing a FIXME from yesterday.Steve Naroff2007-08-301-2/+22
* Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a coup...Steve Naroff2007-08-301-2/+7
* Finish converting decls over to the new invalid decl API.Steve Naroff2007-08-281-8/+10
* extwarn about VLAs in C89 mode.Chris Lattner2007-08-281-2/+8
* c++'0x has long long also.Chris Lattner2007-08-281-1/+1
* warn about long long when in c89 mode.Chris Lattner2007-08-281-0/+6
* Implement more thoughful error recovery when dealing with bogus declarator ty...Steve Naroff2007-08-281-1/+12
* Fix bogus warnings (noticed by Chris) with array-constraints.c.Steve Naroff2007-08-261-4/+0
* add sema support for complex integer typesChris Lattner2007-08-211-12/+21
* Two typeof() related changes...Steve Naroff2007-08-011-1/+1
* remove more explicit accesses to the canonical type pointer.Chris Lattner2007-07-311-2/+2
* rename isReferenceType to follow the new scheme.Chris Lattner2007-07-311-2/+2
* Add parsing and AST support for GNU "typeof".Steve Naroff2007-07-311-0/+12
* recover from void argument types more nicely.Chris Lattner2007-07-211-2/+3
* better wording for an error, suggested by Neil.Chris Lattner2007-07-211-1/+1
* improve and simplify error recovery for calls, fix a crash when diagnosingChris Lattner2007-07-211-11/+12
* Fix a crasher that Neil reported: Sema::GetTypeForDeclarator should never Chris Lattner2007-07-191-16/+11
* Unspecified type specs default to int. This fixes a crashChris Lattner2007-07-131-0/+1
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-2/+1
* Submitted by: Bill WendlingBill Wendling2007-06-021-2/+20
* Bug #:Bill Wendling2007-05-271-0/+3
* Rename type::getAsString to getAsStringInternal. Add a newChris Lattner2007-05-161-6/+3
* Bug #:Steve Naroff2007-04-051-13/+13
* Bug #:Steve Naroff2007-04-051-1/+1
* Bug #:Steve Naroff2007-03-271-1/+3
* Bug #:Steve Naroff2007-03-271-10/+13
OpenPOWER on IntegriCloud