summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-13
* When performing copy initialization (= "implicit conversion", here) toDouglas Gregor2009-11-13
* Don't bind arguments to temporaries if the argument has a reference type.Anders Carlsson2009-11-13
* Malloc checker basically works now.Zhongxing Xu2009-11-13
* Fix two bugs with temporaries:Anders Carlsson2009-11-13
* Fix a code gen bug in i386-apple-darwin (objc fragile abi), sendingFariborz Jahanian2009-11-12
* Recognize (and check) pointer-to-member template arguments that areDouglas Gregor2009-11-12
* When instantiating a reference to a non-type template parameter of pointer toDouglas Gregor2009-11-12
* When comparing template parameter lists, distinguish between three cases:Douglas Gregor2009-11-12
* Generalize stdint.h for non-8-bit-multiple types, patch by Chris Lattner2009-11-12
* do not store wchar/char16/char32/intmax width/alignment infoChris Lattner2009-11-12
* Fix PCH/preprocess test to be more useful, and unbreak -E mode with implicitDaniel Dunbar2009-11-12
* Improve recovery in a wonky case where one tries to specialize aDouglas Gregor2009-11-12
* Fix test portability.Daniel Dunbar2009-11-12
* Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category,John McCall2009-11-12
* Remove an overly-eager assertion when replacing tokens with anDouglas Gregor2009-11-12
* Template argument deduction for template template parameters. ThisDouglas Gregor2009-11-11
* Fix PR 5422: handle lvalue results when evaluating 'based' ptrtoints as part ofJohn McCall2009-11-11
* Make test more platform independent.Fariborz Jahanian2009-11-11
* Make test more platform independent (per Sebastian's comment).Fariborz Jahanian2009-11-11
* writable atomic property's setter/getter must be in 'lock' step ofFariborz Jahanian2009-11-11
* Improve diagnostics when a default template argument does not matchDouglas Gregor2009-11-11
* Before checking a template template argument against its correspondingDouglas Gregor2009-11-11
* Value initialize non-class array members in ctor'sFariborz Jahanian2009-11-11
* Split buffer overflow test case into two test cases, removing out logic that ...Ted Kremenek2009-11-11
* Instantiation of template template parameters for nested templates, e.g.,Douglas Gregor2009-11-11
* Fix speculative parsing of dependent template names inDouglas Gregor2009-11-11
* Add undefined array subscript checker.Zhongxing Xu2009-11-11
* Reimplement out-of-bound array access checker with the new checker interface.Zhongxing Xu2009-11-11
* CastToStructChecker: use 'isStructureType()' instead of 'isRecordType()' to d...Ted Kremenek2009-11-11
* And now a test fix in +Asserts mode, which I broke.Daniel Dunbar2009-11-11
* Fix some tests in -Asserts mode.Daniel Dunbar2009-11-11
* Apparently the following idiom is specifically encouraged:John McCall2009-11-11
* Introduce a new representation for template templateDouglas Gregor2009-11-11
* Create a new Scope when parsing a declaration with a C++ scope specifier.John McCall2009-11-11
* Diagnose illegally typed operator new/new[].Fariborz Jahanian2009-11-10
* Fix for PR5454: make sure to use the right block as the predecessor in theEli Friedman2009-11-10
* Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses ...Ted Kremenek2009-11-10
* This patch implements Code gen. for destruction ofFariborz Jahanian2009-11-10
* Make a somewhat more convincing test case for unqualified lookup throughJohn McCall2009-11-10
* Simple test case for [basic.lookup.udir].John McCall2009-11-10
* Fix unqualified lookup through using directives.John McCall2009-11-10
* When trying to assign a regular string literal to an Objective-C 'id' type or...Anders Carlsson2009-11-10
* If a function with a default argument is redefined and the new function also ...Anders Carlsson2009-11-10
* Add test case for PointerSubChecker.Zhongxing Xu2009-11-10
* Refine PointerSubChecker: compare the base region instead of the original Zhongxing Xu2009-11-10
* Enable the use of the new llvm objectsize intrinsic.Mike Stump2009-11-09
* Changed error for nested type qualifier mismatch toFariborz Jahanian2009-11-09
* Make sure that we look into nested, transparent declaration contextsDouglas Gregor2009-11-09
* For array pointee type, get its cvr qualifier fromFariborz Jahanian2009-11-09