| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a few isObjectTypes that really need to be isIncompleteOrObject | Douglas Gregor | 2009-03-24 | 1 | -9/+5 |
| * | Make sure to use RequireCompleteType rather than testing for | Douglas Gregor | 2009-03-24 | 1 | -70/+101 |
| * | Add some FIXMEs relating to incomplete types. | Eli Friedman | 2009-03-23 | 1 | -3/+14 |
| * | Partial implementation of PR3342: break out pointer sign | Eli Friedman | 2009-03-22 | 1 | -3/+30 |
| * | Fix code to mark block variables as const to actually work. Fix | Eli Friedman | 2009-03-22 | 1 | -5/+4 |
| * | Check that the return/argument types of calls are complete. | Eli Friedman | 2009-03-22 | 1 | -0/+19 |
| * | InitListDesignations hasn't been used (ever). Eliminate it, and | Douglas Gregor | 2009-03-20 | 1 | -1/+0 |
| * | Remove unneeded radar reference. | Ted Kremenek | 2009-03-20 | 1 | -3/+2 |
| * | Fix <rdar://problem/6703892> by not warning about self-comparisons of enum | Ted Kremenek | 2009-03-20 | 1 | -1/+5 |
| * | When looking for property name (or getter method) in a | Fariborz Jahanian | 2009-03-19 | 1 | -9/+54 |
| * | Introduce a new expression type, UnresolvedDeclRefExpr, that describes | Douglas Gregor | 2009-03-19 | 1 | -0/+15 |
| * | Generalize printing of nested-name-specifier sequences for use in both | Douglas Gregor | 2009-03-19 | 1 | -9/+15 |
| * | Introduce a representation for types that we referred to via a | Douglas Gregor | 2009-03-19 | 1 | -2/+2 |
| * | The scope representation can now be either a DeclContext pointer or a | Douglas Gregor | 2009-03-18 | 1 | -2/+2 |
| * | Convert a bunch of actions to smart pointers, and also bring PrintParserCallb... | Sebastian Redl | 2009-03-15 | 1 | -59/+71 |
| * | Implement template instantiation for the prefix unary operators. As | Douglas Gregor | 2009-03-13 | 1 | -107/+43 |
| * | Implement template instantiation for several more kinds of expressions: | Douglas Gregor | 2009-03-13 | 1 | -34/+56 |
| * | Refactor the way we handle operator overloading and template | Douglas Gregor | 2009-03-13 | 1 | -169/+31 |
| * | Fix <rdar://problem/6675489> BlockDecl should not use llvm::smallvector. | Steve Naroff | 2009-03-13 | 1 | -1/+2 |
| * | Reimplement fix for <rdar://problem/6451399> problems with labels and blocks. | Steve Naroff | 2009-03-13 | 1 | -1/+2 |
| * | Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revis... | Steve Naroff | 2009-03-13 | 1 | -24/+2 |
| * | Improve the representation of operator expressions like "x + y" within | Douglas Gregor | 2009-03-13 | 1 | -29/+57 |
| * | Eliminate some unused default cases in switches on the binary operator kind | Douglas Gregor | 2009-03-12 | 1 | -2/+0 |
| * | Properly restore ActiveScope when we exit parsing of a block. This | Douglas Gregor | 2009-03-11 | 1 | -2/+13 |
| * | Eliminate CXXClassVarDecl. It doesn't add anything | Douglas Gregor | 2009-03-11 | 1 | -1/+1 |
| * | Implement FIXME related to <rdar://problem/6496506> Implement class setter/ge... | Steve Naroff | 2009-03-11 | 1 | -5/+43 |
| * | Add basic, hackish support for instantiation of typedefs in a class | Douglas Gregor | 2009-03-11 | 1 | -0/+2 |
| * | Fix <rdar://problem/6655054> clang issues bogus error on property usage in a ... | Steve Naroff | 2009-03-11 | 1 | -10/+6 |
| * | Fix <rdar://problem/6578665> user declared setter method should be used when ... | Steve Naroff | 2009-03-11 | 1 | -26/+35 |
| * | Simplify SelectorTable::constructSetterName() usage... | Steve Naroff | 2009-03-10 | 1 | -4/+3 |
| * | Implement property '.' notation on Factory/Class objects. Parser changes aren... | Steve Naroff | 2009-03-09 | 1 | -16/+3 |
| * | Rename DiagnoseIncompleteType to RequireCompleteType, and update the document... | Douglas Gregor | 2009-03-09 | 1 | -6/+6 |
| * | do not warn about -=/=- confusion with macros, thanks to rdogra for a testcase. | Chris Lattner | 2009-03-09 | 1 | -1/+2 |
| * | implement PR3753, warning about comparisons with a string literal. | Chris Lattner | 2009-03-08 | 1 | -7/+24 |
| * | refine the "use of unary operator that may be intended as compound assignment... | Chris Lattner | 2009-03-08 | 1 | -1/+5 |
| * | Don't discard increment/decrement on function pointers. It's kind of | Eli Friedman | 2009-03-07 | 1 | -1/+0 |
| * | add source range for type of super cast, giving something like: | Chris Lattner | 2009-03-05 | 1 | -1/+1 |
| * | Partial fix <rdar://problem/6301205> [irgen] dot-syntax on super isn't suppor... | Steve Naroff | 2009-03-05 | 1 | -2/+25 |
| * | Implemented access check for ivars accessed inside | Fariborz Jahanian | 2009-03-04 | 1 | -16/+18 |
| * | Partial fix for <rdar://problem/6645157> [clang on Xcode; regression]: error:... | Steve Naroff | 2009-03-04 | 1 | -2/+16 |
| * | Finish up some fixes related to <rdar://problem/6497631> Message lookup is so... | Steve Naroff | 2009-03-04 | 1 | -0/+2 |
| * | Check of ivar access access control. | Fariborz Jahanian | 2009-03-03 | 1 | -4/+27 |
| * | Diagnose a variety of access of ivars when they conflict with | Fariborz Jahanian | 2009-03-02 | 1 | -13/+28 |
| * | Rework the way we find locally-scoped external declarations when we | Douglas Gregor | 2009-03-02 | 1 | -23/+0 |
| * | Remove PrevFunctionScope slot (it isn't needed)...use getParent() instead. | Steve Naroff | 2009-02-28 | 1 | -3/+3 |
| * | Fix <rdar://problem/6451399> problems with labels and blocks. | Steve Naroff | 2009-02-28 | 1 | -2/+13 |
| * | In BuildAnonymousStructUnionMemberReference, we shouldn't invalidate OpLoc when | Ted Kremenek | 2009-02-27 | 1 | -1/+0 |
| * | Change the AST generated for offsetof a bit so that it looks like a | Eli Friedman | 2009-02-27 | 1 | -7/+12 |
| * | Create a new TypeNodes.def file that enumerates all of the types, | Douglas Gregor | 2009-02-26 | 1 | -6/+6 |
| * | fix some sema problems with wide strings and hook up basic codegen for them. | Chris Lattner | 2009-02-26 | 1 | -1/+1 |