| Commit message (Expand) | Author | Age | Files | Lines |
| * | Preserve the template type parameter name when instantiating a templace. | Nick Lewycky | 2010-10-30 | 1 | -1/+1 |
| * | Don't remove the init expression from the initializer list if it had a semant... | Argyrios Kyrtzidis | 2010-10-30 | 1 | -1/+0 |
| * | When list-initializing a vector, try to copy-initialize from vectors instead | John McCall | 2010-10-30 | 1 | -53/+82 |
| * | Improve diagnostics reporting of un-implemented | Fariborz Jahanian | 2010-10-29 | 1 | -2/+6 |
| * | When doing name lookup for members don't look into global/namespace scope. | Argyrios Kyrtzidis | 2010-10-29 | 1 | -0/+4 |
| * | Implement an indirect-goto optimization for goto *&&lbl and respect this | John McCall | 2010-10-28 | 1 | -1/+20 |
| * | Implement the newest status quo for method override checking. The idea now | John McCall | 2010-10-28 | 1 | -60/+89 |
| * | Decay array/function types of a statement-expression. | Fariborz Jahanian | 2010-10-27 | 1 | -2/+1 |
| * | patch to do array-to-pointer conversion in a | Fariborz Jahanian | 2010-10-27 | 1 | -0/+2 |
| * | Remove redundant test | Douglas Gregor | 2010-10-27 | 1 | -1/+1 |
| * | Avoid calculating linkage until the more obvious checks have run when | John McCall | 2010-10-27 | 1 | -15/+18 |
| * | Don't compute linkage for a declaration as part of the #pragma weak | John McCall | 2010-10-27 | 1 | -8/+12 |
| * | Teach typo correction not to return the same keyword that matches a | Douglas Gregor | 2010-10-26 | 1 | -1/+20 |
| * | No really, we don't have a retain/release system for statements/expressions | John McCall | 2010-10-26 | 10 | -121/+111 |
| * | Actually, that doesn't really work, and anyway we should choose | John McCall | 2010-10-26 | 1 | -10/+1 |
| * | Consider conversions of Objective-C pointers to 'id' to be basically of | John McCall | 2010-10-26 | 1 | -1/+10 |
| * | Delay complete-type checking for arguments to no-prototype functions | Douglas Gregor | 2010-10-26 | 1 | -12/+6 |
| * | Pending further discussion, re-enable warnings for Objective C | John McCall | 2010-10-26 | 1 | -10/+20 |
| * | Patch for mis-compile of statement expressions with | Fariborz Jahanian | 2010-10-25 | 1 | -6/+28 |
| * | Look through the address-of operator to find the function being | Douglas Gregor | 2010-10-25 | 1 | -0/+4 |
| * | When we're calling a function that we know based on its K&R-style | Douglas Gregor | 2010-10-25 | 1 | -10/+37 |
| * | Only warn for mismatched types in Objective-C methods when they are incompati... | David Chisnall | 2010-10-25 | 1 | -4/+94 |
| * | Improve the tracking of source locations for parentheses in constructor calls. | Chandler Carruth | 2010-10-25 | 4 | -17/+38 |
| * | C++ [basic.scope.hiding] allows an ordinary name to hide a non-tag | Douglas Gregor | 2010-10-23 | 1 | -2/+7 |
| * | Warn if a variable marked with the "unused" attribute is used. Patch by Darin... | Anders Carlsson | 2010-10-22 | 2 | -1/+9 |
| * | Parse attributes on enumerators and instantiate attributes on enum decls. | John McCall | 2010-10-22 | 2 | -8/+14 |
| * | In the presence of using declarations, we can find the same class | Douglas Gregor | 2010-10-22 | 1 | -30/+66 |
| * | When performing name lookup for a namespace definition, only look into | Douglas Gregor | 2010-10-22 | 1 | -9/+11 |
| * | Tweak diagnostics for redeclaration of a @property in a class extension where... | Ted Kremenek | 2010-10-21 | 1 | -1/+10 |
| * | Tidy up comment (remove extraneous text). | Ted Kremenek | 2010-10-21 | 1 | -2/+1 |
| * | Implement the integral promotion rules for the C++0x char16_t and | Douglas Gregor | 2010-10-21 | 1 | -14/+31 |
| * | Diagnose the declaration of template template parameters that | Douglas Gregor | 2010-10-21 | 1 | -1/+6 |
| * | Always treat 'main' as an extern "C" function, so that we detect | Douglas Gregor | 2010-10-21 | 1 | -0/+5 |
| * | When checking whether a return statement returns a stack-local | Douglas Gregor | 2010-10-21 | 1 | -4/+11 |
| * | Previously, the printf warnings would say your arguments type was 'int' when ... | Ted Kremenek | 2010-10-21 | 1 | -2/+5 |
| * | Pass TInfo to CXXDestructorDecl::Create(), just like we do for other | Craig Silverstein | 2010-10-21 | 3 | -6/+3 |
| * | Access control polish: drop the note on the original declaration and | John McCall | 2010-10-20 | 1 | -1/+43 |
| * | When matching template parameter lists to template-ids in a scope specifier | John McCall | 2010-10-20 | 1 | -18/+98 |
| * | Fix handling of property and ivar lookup in typo correction; the two | Douglas Gregor | 2010-10-20 | 2 | -58/+68 |
| * | Introduce a simple cache for unqualified typo corrections, so that we | Douglas Gregor | 2010-10-20 | 1 | -26/+70 |
| * | Eliminate another ordering dependency in typo correction. Re-enable typo.m, w... | Douglas Gregor | 2010-10-20 | 1 | -1/+4 |
| * | Provide an upper bound to the edit-distance algorithm when performing | Douglas Gregor | 2010-10-19 | 1 | -1/+7 |
| * | Improve the performance of typo correction, by using a simple | Douglas Gregor | 2010-10-19 | 1 | -0/+6 |
| * | Fixes a bug in ivar lookup in the new objc's default | Fariborz Jahanian | 2010-10-19 | 1 | -1/+6 |
| * | This patch implements Next's IRGen for -fconstant-string-class=class-name. | Fariborz Jahanian | 2010-10-19 | 1 | -1/+8 |
| * | When marking declarations referenced within an expression (e.g., | Douglas Gregor | 2010-10-19 | 1 | -0/+4 |
| * | When instantiating a dependently-scoped friend function declaration, | John McCall | 2010-10-19 | 1 | -0/+3 |
| * | Instantiate enclosing template parameter lists when instantiating friends. | John McCall | 2010-10-19 | 1 | -0/+19 |
| * | Uncomputable contexts are always records but can exist. | John McCall | 2010-10-19 | 1 | -5/+9 |
| * | Redirect templated friend class decls to a new Sema callback and | John McCall | 2010-10-19 | 3 | -8/+122 |