summaryrefslogtreecommitdiff
path: root/test/Analysis/Inputs
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix false warning about memory leak for QApplication::postEventAnna Zaks2016-01-061-0/+16
* [analyzer] Suppress reports coming from std::__independent_bits_engineAnna Zaks2016-01-061-0/+19
* [analyzer] Add VforkChecker to find unsafe code in vforked process.Yury Gribov2015-11-061-0/+10
* [analyzer] Assume escape is possible through system functions taking void*Anna Zaks2015-10-271-0/+6
* [analyzer] Fix pthread lock tests so that the API comes from a system header.Jordan Rose2014-09-101-0/+28
* Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek2014-08-272-0/+6
* [analyzer] Just silence all warnings coming out of std::basic_string.Jordan Rose2014-02-071-3/+26
* [analyzer] Pointers escape into +[NSValue valueWithPointer:]...Jordan Rose2014-01-071-2/+5
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-2/+2
* [analyzer] Better modeling of memcpy by the CStringChecker (PR16731).Anton Yartsev2013-11-171-0/+1
* [analyzer] Silence warnings coming from allocators used by std::basic_string.Jordan Rose2013-11-151-11/+33
* [analyzer] Suppress warnings coming out of std::basic_string.Anna Zaks2013-11-041-0/+16
* [analyzer] Treat std::initializer_list as opaque rather than aborting.Jordan Rose2013-07-171-0/+28
* [analyzer] Fixup for r185609: actually do suppress warnings coming out of std...Anna Zaks2013-07-091-1/+7
* [analyzer] Suppress reports reported in std::listAnna Zaks2013-07-041-0/+17
* [analyzer] Malloc checker should only escape the receiver when “[O init..]â...Anna Zaks2013-05-311-0/+1
* [analyzer] Indirect invalidation counts as an escape for leak checkers.Jordan Rose2013-05-101-1/+2
* [analyzer] Don't inline the [cd]tors of C++ iterators.Jordan Rose2013-05-011-0/+6
* [analyzer] Re-enable using global regions as a symbolic base.Jordan Rose2013-04-151-0/+4
* [analyzer] Tests: move system functions into system header simulator files.Jordan Rose2013-04-151-1/+6
* [analyzer] Allow suppressing diagnostics reported within the 'std' namespaceJordan Rose2013-04-021-0/+7
* [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...Anton Yartsev2013-03-251-0/+24
* [analyzer] Be more consistent about Objective-C methods that free memory.Jordan Rose2013-03-091-0/+34
* [analyzer] Add pointer escape type param to checkPointerEscape callbackAnna Zaks2013-02-072-0/+14
* [analyzer] Explain why we have system-header-simulator*.h files.Jordan Rose2013-02-014-1/+20
* [analyzer] Add symbol escapes logic to the SimpleStreamChecker.Anna Zaks2012-11-061-0/+11
* clang/test/Analysis: Fix the declaration of strlen() for 32 bit targets.NAKAMURA Takumi2012-09-201-1/+3
* Adjust some analyzer tests to place widely shared inputs inside of anChandler Carruth2012-09-123-0/+249