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