| Commit message (Expand) | Author | Age | Files | Lines |
* | Default argument cleanups and minor improvements, patch by | Chris Lattner | 2008-04-12 | 1 | -55/+60 |
* | Use std::list's push_back instead of resize to add an element. | Argyrios Kyrtzidis | 2008-04-12 | 1 | -2/+2 |
* | Fixed comments. | Argyrios Kyrtzidis | 2008-04-12 | 2 | -32/+34 |
* | Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolv... | Argyrios Kyrtzidis | 2008-04-12 | 3 | -30/+24 |
* | AST generation for objc2's property declarations. | Fariborz Jahanian | 2008-04-11 | 2 | -23/+31 |
* | Add class and super class location info to ObjCInterfaceDecl... | Steve Naroff | 2008-04-11 | 2 | -4/+6 |
* | Minor changes per Chris L's review. | Fariborz Jahanian | 2008-04-11 | 2 | -13/+10 |
* | two new files for previous patch, by Argiris Kirtzidis | Chris Lattner | 2008-04-11 | 2 | -0/+287 |
* | Switch sema to maintaining its own scope chain information for variable | Chris Lattner | 2008-04-11 | 4 | -57/+29 |
* | Patch for: | Fariborz Jahanian | 2008-04-10 | 2 | -26/+66 |
* | typedef void T; | Chris Lattner | 2008-04-10 | 1 | -3/+3 |
* | Several improvements from Doug Gregor related to default | Chris Lattner | 2008-04-10 | 5 | -17/+91 |
* | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner | 2008-04-08 | 1 | -0/+158 |
* | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner | 2008-04-08 | 5 | -133/+229 |
* | simplify reference handling. | Chris Lattner | 2008-04-07 | 1 | -1/+1 |
* | simplify compatibility testing for tag types. | Chris Lattner | 2008-04-07 | 1 | -9/+8 |
* | move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema. | Chris Lattner | 2008-04-07 | 3 | -12/+183 |
* | simplify max type computation by making it return an integer (like | Chris Lattner | 2008-04-06 | 1 | -3/+3 |
* | minor simplifications/cleanups to type comparisons. | Chris Lattner | 2008-04-06 | 1 | -5/+5 |
* | remove the Decl::getCanonicalType() method. | Chris Lattner | 2008-04-06 | 2 | -5/+7 |
* | Start switching clients over from CT.getCanonicalType() to Context.getCanonic... | Chris Lattner | 2008-04-06 | 1 | -2/+2 |
* | move a semantic check out of the parser into sema. | Chris Lattner | 2008-04-06 | 1 | -3/+22 |
* | This patch contains these changes: | Chris Lattner | 2008-04-06 | 4 | -16/+15 |
* | Fix handling of implicit int, resolving PR2012 and reverting (and | Chris Lattner | 2008-04-05 | 1 | -2/+24 |
* | Add explicit support for diagnosing implicit function decls. | Steve Naroff | 2008-04-04 | 1 | -3/+11 |
* | Introduce ContextDecl, patch by Argiris Kirtzidis! | Chris Lattner | 2008-04-04 | 4 | -38/+73 |
* | Ignore qualifiers when checking vector operands, just like scalar operands. | Nate Begeman | 2008-04-04 | 1 | -2/+5 |
* | Fix a bug where we didn't check the RHS for null, we checked | Chris Lattner | 2008-04-03 | 1 | -5/+7 |
* | Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjC... | Steve Naroff | 2008-04-02 | 3 | -23/+19 |
* | simplify some code by using PointerLikeType. | Chris Lattner | 2008-04-02 | 1 | -2/+2 |
* | add a common base class "PointerLikeType" for PointerType and ReferenceType, | Chris Lattner | 2008-04-02 | 1 | -20/+15 |
* | properly handle array decay in objc message exprs. | Chris Lattner | 2008-04-02 | 1 | -4/+4 |
* | Two changes to Sema::LookupDecl() interface. | Steve Naroff | 2008-04-02 | 5 | -52/+32 |
* | Various parts of the standard require something to be an "incomplete or | Chris Lattner | 2008-04-02 | 2 | -14/+13 |
* | 1) Enforce C99 6.7.3p2: "Types other than pointer types derived from | Chris Lattner | 2008-04-02 | 1 | -9/+80 |
* | Fix several bugs in array -> pointer decomposition. | Chris Lattner | 2008-04-02 | 3 | -23/+11 |
* | rename some variables, fix 80 col violation. No | Chris Lattner | 2008-04-02 | 1 | -47/+48 |
* | Fix PR2017 and silence some bogus errors. | Chris Lattner | 2008-04-02 | 2 | -5/+8 |
* | Fix a comment typo and add a couple suggestions from Chris. | Steve Naroff | 2008-04-02 | 2 | -3/+4 |
* | Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass ... | Steve Naroff | 2008-04-01 | 5 | -66/+83 |
* | rename Decl::CompatibleAlias -> ObjCCompatibleAlias. | Chris Lattner | 2008-03-31 | 1 | -13/+26 |
* | Make sure Sema::ActOnClassMessage() correctly diagnoses "super". | Steve Naroff | 2008-03-28 | 1 | -1/+4 |
* | Alloc redeclaration of typedefs within ExternCSystemHeaderDir's AND SystemHea... | Steve Naroff | 2008-03-26 | 1 | -3/+4 |
* | allow the format attribute to be specified in function pointer prototypes | Nuno Lopes | 2008-03-25 | 1 | -8/+24 |
* | Extend QualType::getAddressSpace to do the right thing for array types, and in | Nate Begeman | 2008-03-25 | 1 | -8/+3 |
* | Fix typo. | Steve Naroff | 2008-03-19 | 1 | -1/+1 |
* | Fix http://llvm.org/bugs/show_bug.cgi?id=2161. | Steve Naroff | 2008-03-19 | 1 | -2/+13 |
* | Check in a couple fixes for vector extensions. | Nate Begeman | 2008-03-17 | 1 | -2/+2 |
* | clean up property memory allocation to move it into the ast classes | Chris Lattner | 2008-03-17 | 1 | -15/+14 |
* | make property addition work list all other "add" methods. Do | Chris Lattner | 2008-03-16 | 1 | -7/+2 |