Age | Commit message (Expand) | Author |
2009-11-18 | Simplify ActOnPostfixUnaryOp. | Eli Friedman |
2009-11-18 | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall |
2009-11-18 | Eliminate some completely-redundant lookups | Douglas Gregor |
2009-11-17 | Carry lookup configuration throughout lookup on the LookupResult. Give | John McCall |
2009-11-17 | PR5526: Make sure to set the right cast kinds for the inserted implicit casts. | Eli Friedman |
2009-11-16 | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor |
2009-11-14 | Always build a builtin operator expression for the __extension__ unary operator. | Anders Carlsson |
2009-11-14 | PR5462: Don't run off the edge of the argument array for vararg handling | Eli Friedman |
2009-11-13 | Don't bind arguments to temporaries if the argument has a reference type. | Anders Carlsson |
2009-11-13 | Fix two bugs with temporaries: | Anders Carlsson |
2009-11-12 | Note to self: don't leave debugging statements in the code for four hours. | John McCall |
2009-11-12 | Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category, | John McCall |
2009-11-11 | Preserve source locations when building offsetof expressions featuring | John McCall |
2009-11-11 | Apparently the following idiom is specifically encouraged: | John McCall |
2009-11-10 | Improve parsing of template arguments to lay the foundation for | Douglas Gregor |
2009-11-10 | When trying to assign a regular string literal to an Objective-C 'id' type or... | Anders Carlsson |
2009-11-09 | Changed error for nested type qualifier mismatch to | Fariborz Jahanian |
2009-11-08 | Test commit - minor terminology change to my recent patch suggested by John M... | Sean Hunt |
2009-11-07 | Patch to gives an error that at least points users in the direction of the er... | Fariborz Jahanian |
2009-11-06 | Don't warn -Wsign-compare if we're in an unevaluated context, and fixed | John McCall |
2009-11-06 | compare.c also needs a target triple now, and improve some comments while we're | John McCall |
2009-11-06 | Improve the -Wsign-compare heuristics: | John McCall |
2009-11-06 | Rework the fix-it hint for code like | Douglas Gregor |
2009-11-05 | The signed/unsigned checker should not warn for value-dependent expressions, ... | Sebastian Redl |
2009-11-05 | Eliminate some false positives due to a thinko in the "'blah' is | Douglas Gregor |
2009-11-05 | Implement the conditional-operator part of -Wsign-compare. Turn | John McCall |
2009-11-05 | When instantiating a UnaryOperator, allow the resulting expression to | Douglas Gregor |
2009-11-05 | Implement -Wsign-compare, or at least the actual comparison part of it. | John McCall |
2009-11-04 | Preserve type source information in sizeof/alignof expressions, and pass it | John McCall |
2009-11-04 | Diagnose __builtin_offsetof on incomplete types. Fixes | John McCall |
2009-11-04 | Change our basic strategy for avoiding deprecation warnings when the decl use | John McCall |
2009-11-04 | Implement support for parsing dependent template-ids that refer to | Douglas Gregor |
2009-11-03 | We have to ensure we have the canonical type to do this. This is but | Mike Stump |
2009-11-03 | Replace the code that parses member access expressions after "." or | Douglas Gregor |
2009-11-03 | Use ParseUnqualifiedId when parsing id-expressions. This eliminates | Douglas Gregor |
2009-10-29 | Properly instantiate usage of overloaded operator []. Fixes PR5345. | Sebastian Redl |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-10-28 | Diagnose use of data pointer member in a function call | Fariborz Jahanian |
2009-10-27 | Type of a conditional expression with two distinct objective-c | Fariborz Jahanian |
2009-10-27 | Explicit instantiation suppresses the instantiation of non-inline | Douglas Gregor |
2009-10-27 | Implement Chris's suggestions for the precendence warnings. Reformat the code... | Sebastian Redl |
2009-10-26 | Add fixit hint to bitwise precedence warning. | Sebastian Redl |
2009-10-26 | Implement a warning for mixing bitwise logical with comparison ops. Fixes PR5... | Sebastian Redl |
2009-10-25 | Implement rdar://6756623 - use of deprecated type in deprecated typedef shoul... | Chris Lattner |
2009-10-25 | minor reorg: check both attributes before decl. | Chris Lattner |
2009-10-25 | Add support for vector shifts, pretty straight forward. | Nate Begeman |
2009-10-23 | Migrate Sema::ActOnCallExpr to Sema::FixOverloadedFunctionReference, | Douglas Gregor |
2009-10-23 | Apply the special enum restrictions from [over.match.oper]p3b2 in argument-de... | Sebastian Redl |
2009-10-23 | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor |
2009-10-22 | Refactor our handling of implicit member reference expressions to get most of... | Douglas Gregor |