- 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 17 years ago
- 8f8fc7b simplify reference handling. by Chris Lattner · 17 years ago
- 78eca28 simplify compatibility testing for tag types. by Chris Lattner · 17 years ago
- eca7be6 move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema. by Chris Lattner · 17 years ago
- 7cfeb08 simplify max type computation by making it return an integer (like by Chris Lattner · 17 years ago
- a75cea3 minor simplifications/cleanups to type comparisons. by Chris Lattner · 17 years ago
- 8bcfc5b remove the Decl::getCanonicalType() method. by Chris Lattner · 17 years ago
- f52ab25 Start switching clients over from CT.getCanonicalType() to Context.getCanonicalType(CT) for PR2189. by Chris Lattner · 17 years ago
- 3420766 move a semantic check out of the parser into sema. by Chris Lattner · 17 years ago
- b048c98 This patch contains these changes: by Chris Lattner · 17 years ago
- d658b56 Fix handling of implicit int, resolving PR2012 and reverting (and by Chris Lattner · 17 years ago
- e2ef815 Add explicit support for diagnosing implicit function decls. by Steve Naroff · 17 years ago
- 0ed844b Introduce ContextDecl, patch by Argiris Kirtzidis! by Chris Lattner · 17 years ago
- 1330b0e Ignore qualifiers when checking vector operands, just like scalar operands. by Nate Begeman · 17 years ago
- bc896f5 Fix a bug where we didn't check the RHS for null, we checked by Chris Lattner · 17 years ago
- 3110251 Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjCInterfaceDecl is arguably a TypeDecl, it isn't a ScopedDecl. Since TypeDecl's are scoped, it makes sense to simply treat them as NamedDecl's. I could have fiddled a bit more with the hierarchy (in terms of creating a non-scoped TypeDecl), however this probably isn't worth the effort. by Steve Naroff · 17 years ago
- 423a3c9 simplify some code by using PointerLikeType. by Chris Lattner · 17 years ago
- bdcd637 add a common base class "PointerLikeType" for PointerType and ReferenceType, by Chris Lattner · 17 years ago
- 987798a properly handle array decay in objc message exprs. by Chris Lattner · 17 years ago
- b327ce0 by Steve Naroff · 17 years ago
- d805bec Various parts of the standard require something to be an "incomplete or by Chris Lattner · 17 years ago
- 96b77fc 1) Enforce C99 6.7.3p2: "Types other than pointer types derived from by Chris Lattner · 17 years ago
- e632774 Fix several bugs in array -> pointer decomposition. by Chris Lattner · 17 years ago
- f0467b3 rename some variables, fix 80 col violation. No functionality change. by Chris Lattner · 17 years ago
- fd89bc8 Fix PR2017 and silence some bogus errors. by Chris Lattner · 17 years ago
- c822ff4 Fix a comment typo and add a couple suggestions from Chris. by Steve Naroff · 17 years ago
- e8043c3 Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass (to inherit from NamedDecl, instead of ScopedDecl). by Steve Naroff · 17 years ago
- 8a93423 rename Decl::CompatibleAlias -> ObjCCompatibleAlias. by Chris Lattner · 17 years ago
- 9511096 Make sure Sema::ActOnClassMessage() correctly diagnoses "super". by Steve Naroff · 17 years ago
- c5e2f34 Alloc redeclaration of typedefs within ExternCSystemHeaderDir's AND SystemHeaderDir's. by Steve Naroff · 17 years ago
- 8c1a9a8 allow the format attribute to be specified in function pointer prototypes by Nuno Lopes · 17 years ago
- 8e7dafe Extend QualType::getAddressSpace to do the right thing for array types, and in by Nate Begeman · 17 years ago
- 0d755ad Fix typo. by Steve Naroff · 17 years ago
- 657aefe Fix http://llvm.org/bugs/show_bug.cgi?id=2161. by Steve Naroff · 17 years ago
- 9c16711 Check in a couple fixes for vector extensions. by Nate Begeman · 17 years ago
- f4af515 clean up property memory allocation to move it into the ast classes by Chris Lattner · 17 years ago
- 55d13b4 make property addition work list all other "add" methods. Do by Chris Lattner · 17 years ago
- f8d17a5 add the last two Create methods for decls, woo! by Chris Lattner · 17 years ago
- 75c9cae add two more Create methods. by Chris Lattner · 17 years ago
- 68c82cf simplify the way ObjCCategoryDecl's get their referenced protocols list by Chris Lattner · 17 years ago
- 61f9d41 Add create methods for ObjCCategoryDecl, ObjCForwardProtocolDecl, ObjCClassDecl. by Chris Lattner · 17 years ago
- c858105 minor cleanups, make getNumInstanceMethods always return unsigned. by Chris Lattner · 17 years ago
- 439e71f fix a crasher where an invalid program that multiply defined by Chris Lattner · 17 years ago
- cca59d7 Give ObjCProtocolDecl a Create method. by Chris Lattner · 17 years ago
- f962808 hoist a bunch of casting. by Chris Lattner · 17 years ago
- 0e77ba0 Add create methods for ObjCIvarDecl and ObjCInterfaceDecl by Chris Lattner · 17 years ago
- 58cce3b Make the parameter count of ObjCMethodDecl unsigned, you by Chris Lattner · 17 years ago
- b06fa3b remove some dead arguments to ObjCMethodDecl. by Chris Lattner · 17 years ago
- 6c4ae5d Give ObjCMethodDecl a Create method. by Chris Lattner · 17 years ago
- 8e25d86 switch the rest of the C decl classes to do their by Chris Lattner · 17 years ago
- bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago