| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Introduce code modification hints into the diagnostics system. When we | Douglas Gregor | 2009-02-26 | 1 | -0/+5 |
| * | Make more AST nodes and semantic checkers dependent-expression-aware. | Sebastian Redl | 2009-02-26 | 1 | -57/+96 |
| * | C99 DR #316 implies that the function parameter types that are known | Douglas Gregor | 2009-02-25 | 1 | -0/+13 |
| * | Minor cleanup for IntToBlockPointer so it applies to all callers of | Eli Friedman | 2009-02-25 | 1 | -5/+1 |
| * | In C, when we see a function declaration within a local scope, export | Douglas Gregor | 2009-02-24 | 1 | -1/+24 |
| * | Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244. | Steve Naroff | 2009-02-23 | 1 | -1/+0 |
| * | More work to integrate newly added ObjCQualifiedClassType into the type system. | Steve Naroff | 2009-02-21 | 1 | -1/+3 |
| * | This fixes <rdar://problem/6497650> More type mismatches issues with clang. | Steve Naroff | 2009-02-21 | 1 | -14/+0 |
| * | Add enough checking to ensure that non-constant block literals don't | Mike Stump | 2009-02-19 | 1 | -1/+5 |
| * | fix another typo gabor noticed | Chris Lattner | 2009-02-19 | 1 | -1/+1 |
| * | Fit 80col and fix indentation. | Mike Stump | 2009-02-19 | 1 | -263/+264 |
| * | Fix spacing. | Mike Stump | 2009-02-19 | 1 | -1/+1 |
| * | rip out __builtin_overload | Chris Lattner | 2009-02-18 | 1 | -95/+0 |
| * | Downgrade complaints about calling unavailable functions to a warning | Douglas Gregor | 2009-02-18 | 1 | -43/+101 |
| * | privatize all of the string literal memory allocation/creation | Chris Lattner | 2009-02-18 | 1 | -9/+5 |
| * | Don't allow calls to functions marked "unavailable". There's more work | Douglas Gregor | 2009-02-18 | 1 | -2/+10 |
| * | change the StringLiteral AST node to track all of the SourceLocations of | Chris Lattner | 2009-02-18 | 1 | -6/+10 |
| * | fix rdar://6597252: two exactly identical pointer types are always | Chris Lattner | 2009-02-18 | 1 | -7/+15 |
| * | rename some variables, no functionality change. | Chris Lattner | 2009-02-18 | 1 | -71/+72 |
| * | Renamed ASQualType to ExtQualType to reflect its more | Fariborz Jahanian | 2009-02-17 | 1 | -1/+1 |
| * | emit: | Chris Lattner | 2009-02-17 | 1 | -3/+4 |
| * | enhance ExtVectorElementExpr to allow V->xxyy to work like (*V).xxyy | Chris Lattner | 2009-02-16 | 1 | -1/+1 |
| * | do not warn about uses of deprecated decls when in an out-of-line objc method | Chris Lattner | 2009-02-16 | 1 | -5/+25 |
| * | When inside an Objective-C++ method, name lookup should look into the | Douglas Gregor | 2009-02-16 | 1 | -14/+15 |