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