aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-11-14PR5483: Generate missing form of destructor when it is virtual. (SomeoneEli Friedman
2009-11-14Fix for PR5489: don't skip the complete type requrirement for variableEli Friedman
2009-11-14When type-checking a static cast (or the static_cast part of a C-styleDouglas Gregor
2009-11-14Fix broken tests, exposed by improved -verify.Daniel Dunbar
2009-11-14Diagnose ambiguity of operator delete and operator delete[]. Sebastian, pleas...Anders Carlsson
2009-11-14Handle CXXDefaultArgExprs in EmitLValue. Fixes PR5484.Anders Carlsson
2009-11-14If we attempt to add a constructor template specialization that looksDouglas Gregor
2009-11-13Revert r88718, which does NOT solve the constructor-template-as-copy-construc...Douglas Gregor
2009-11-13Template argument deduction of a non-type template parameter from aDouglas Gregor
2009-11-13A constructor template cannot be instantiated to a copyDouglas Gregor
2009-11-13Code gen. For virtual destructor call on array objectsFariborz Jahanian
2009-11-13More VTT and constructor vtable testcases from recent work.Mike Stump
2009-11-13Add more testcase for construction vtables and VTTs.Mike Stump
2009-11-13Add some more VTT testcases.Mike Stump
2009-11-13Obvious fix for PR5474.Eli Friedman
2009-11-13Remove test case's dependency on header file.Ted Kremenek
2009-11-13Add two new test cases for the Malloc/Free checker. Both have to do withTed Kremenek
2009-11-13Add test case that shows a leak we don't catch.Ted Kremenek
2009-11-13Add a testcase for the recent VTT work.Mike Stump
2009-11-13Code gen for arrady delete operator. Fixes pr5472.Fariborz Jahanian
2009-11-13Add test for expr.delete p5, with a FIXME.Daniel Dunbar
2009-11-13This falls into the category of stupid pet tricks. I hate to do this,Mike Stump
2009-11-13Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek
2009-11-13When performing copy initialization (= "implicit conversion", here) toDouglas Gregor
2009-11-13Don't bind arguments to temporaries if the argument has a reference type.Anders Carlsson
2009-11-13Malloc checker basically works now.Zhongxing Xu
2009-11-13Fix two bugs with temporaries:Anders Carlsson
2009-11-12Fix a code gen bug in i386-apple-darwin (objc fragile abi), sendingFariborz Jahanian
2009-11-12Recognize (and check) pointer-to-member template arguments that areDouglas Gregor
2009-11-12When instantiating a reference to a non-type template parameter of pointer toDouglas Gregor
2009-11-12When comparing template parameter lists, distinguish between three cases:Douglas Gregor
2009-11-12Generalize stdint.h for non-8-bit-multiple types, patch by Chris Lattner
2009-11-12do not store wchar/char16/char32/intmax width/alignment infoChris Lattner
2009-11-12Fix PCH/preprocess test to be more useful, and unbreak -E mode with implicitDaniel Dunbar
2009-11-12Improve recovery in a wonky case where one tries to specialize aDouglas Gregor
2009-11-12Fix test portability.Daniel Dunbar
2009-11-12Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category,John McCall
2009-11-12Remove an overly-eager assertion when replacing tokens with anDouglas Gregor
2009-11-11Template argument deduction for template template parameters. ThisDouglas Gregor
2009-11-11Fix PR 5422: handle lvalue results when evaluating 'based' ptrtoints as part ofJohn McCall
2009-11-11Make test more platform independent.Fariborz Jahanian
2009-11-11Make test more platform independent (per Sebastian's comment).Fariborz Jahanian
2009-11-11writable atomic property's setter/getter must be in 'lock' step ofFariborz Jahanian
2009-11-11Improve diagnostics when a default template argument does not matchDouglas Gregor
2009-11-11Before checking a template template argument against its correspondingDouglas Gregor
2009-11-11Value initialize non-class array members in ctor'sFariborz Jahanian
2009-11-11Split buffer overflow test case into two test cases, removing out logic that ...Ted Kremenek
2009-11-11Instantiation of template template parameters for nested templates, e.g.,Douglas Gregor
2009-11-11Fix speculative parsing of dependent template names inDouglas Gregor
2009-11-11Add undefined array subscript checker.Zhongxing Xu