Age | Commit message (Expand) | Author |
2009-10-13 | Unify our diagnostic printing for errors of the form, "we didn't like | Douglas Gregor |
2009-10-13 | Pass the right SourceLocation to Actions.ActOnOverloadedOperatorReferenceExpr... | Anders Carlsson |
2009-10-13 | Converted to use FileCheck. | John Thompson |
2009-10-13 | Turn -Wparentheses on by default. | John McCall |
2009-10-13 | Don't assume that the LHS and RHS of a member pointer expression is a DeclRef... | Anders Carlsson |
2009-10-13 | Diagnose attempts to add default function arguments to a | Douglas Gregor |
2009-10-13 | When explicitly specializing a member that is a template, mark the | Douglas Gregor |
2009-10-13 | Improve the internal representation and semantic analysis of friend | Douglas Gregor |
2009-10-13 | Refine handling for return value conversions with respect to virtual | Mike Stump |
2009-10-13 | Teach sema and codegen about the difference between address of labels, | Chris Lattner |
2009-10-13 | merge an indirect goto test into statements, add another | Chris Lattner |
2009-10-13 | test commit | John Thompson |
2009-10-13 | add rdar # I accidentally lost. | Chris Lattner |
2009-10-13 | merge two tests. | Chris Lattner |
2009-10-13 | make the diagnostic in the 'unused result' warning more precise | Chris Lattner |
2009-10-13 | fix PR4938 by recognizing % as a modifier on outputs, | Chris Lattner |
2009-10-12 | Disable tests that check debug info intrinsic. This does not work if debug in... | Devang Patel |
2009-10-12 | When declaring a class template whose name is qualified, make sure | Douglas Gregor |
2009-10-12 | Test explicit specialization involving multiple template<> headers | Douglas Gregor |
2009-10-12 | Permit explicit specialization of member functions of class templates | Douglas Gregor |
2009-10-12 | Implement -Wparentheses: warn about using assignments in contexts that require | John McCall |
2009-10-12 | Test explicit specializations of static data members that are declarations, n... | Douglas Gregor |
2009-10-12 | Yet another test for explicit specialization, this one involving linkage | Douglas Gregor |
2009-10-12 | More tests for explicit template specialization | Douglas Gregor |
2009-10-12 | Add test for last commit | Douglas Gregor |
2009-10-12 | Diagnose the declaration of explicit specializations after an implicit | Douglas Gregor |
2009-10-12 | Handle built-in unary operators when reporting ambiguities. | Fariborz Jahanian |
2009-10-12 | Fix test. | Anders Carlsson |
2009-10-12 | Even more devirtualization cleverness. | Anders Carlsson |
2009-10-12 | More devirtualization improvements. | Anders Carlsson |
2009-10-12 | Devirtualize calls on temporaries. A().f() for example. | Anders Carlsson |
2009-10-12 | Factor out devirtualization checking into a separate function and make it han... | Anders Carlsson |
2009-10-12 | If built-in operators could not be selected because of ambiguity in | Fariborz Jahanian |
2009-10-11 | If the base type of a member call is a record type we don't need to emit a vi... | Anders Carlsson |
2009-10-11 | Types appearing more than once in a spec shouldn't matter. | Sebastian Redl |
2009-10-11 | Test exception spec compatibility on return type and parameters. | Sebastian Redl |
2009-10-10 | Generate weak read barriers when reading a weak __block | Fariborz Jahanian |
2009-10-10 | Implement the core checking for compatible exception specifications in assign... | Sebastian Redl |
2009-10-10 | Qualified lookup through using declarations. Diagnose a new type of ambiguity. | John McCall |
2009-10-10 | Check that the return type is complete when calling a member function. | Anders Carlsson |
2009-10-09 | Add another test. | Anders Carlsson |
2009-10-09 | Add CheckCallReturnType and start using it for regular call expressions. This... | Anders Carlsson |
2009-10-09 | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall |
2009-10-09 | When declaring a friend class template, we may end up finding an | Douglas Gregor |
2009-10-09 | Produce good looking diagnostics on ambiguous built-in operators. | Fariborz Jahanian |
2009-10-08 | - Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare... | Steve Naroff |
2009-10-08 | Speed up testing by avoiding stdio.h, also helps testing on windows. | Mike Stump |
2009-10-08 | Tests for C++ [expr], from James Porter! | Douglas Gregor |
2009-10-08 | Tolerate .exe on executables. Patch by John Thompson. Changed * to .* by me. | Mike Stump |
2009-10-08 | Tolerate .exe on executables. Patch by John Thompson. | Mike Stump |