summaryrefslogtreecommitdiff
path: root/test/Analysis/Inputs
AgeCommit message (Expand)Author
2017-05-29[analyzer] Initial commit for the upcoming refactoring of the IteratorChecker.Artem Dergachev
2017-01-09[analyzer] Add checker for iterators dereferenced beyond their range.Gabor Horvath
2016-12-16[analyzer] Add another exception for Qt in MallocCheckerArtem Dergachev
2016-12-15[analyzer] Teach the analyzer that pointers can escape into __cxa_demangleAnna Zaks
2016-12-15[analyzer] Refer to macro names in diagnostics for macros representing a literalAnna Zaks
2016-10-18[analyzer] Add NumberObjectConversion checker.Artem Dergachev
2016-08-30[analyzer] Use lazily created buffer in EmptyLocalizationContextCheckerDevin Coughlin
2016-08-22Reapply "[analyzer] Added valist related checkers."Gabor Horvath
2016-08-18revert [analyzer] Added valist related checkers.Gabor Horvath
2016-08-18[analyzer] Added valist related checkers.Gabor Horvath
2016-07-06[analyzer] Suppress false positives in std::shared_ptrDevin Coughlin
2016-03-28[analyzer] Nullability: Don't warn along paths where null returned from non-n...Devin Coughlin
2016-03-25[analyzer] Add CIFIlter modeling to DeallocChecker.Devin Coughlin
2016-03-05[analyzer] Nullability: add option to not report on calls to system headers.Devin Coughlin
2016-02-29[analyzer] Teach CheckObjCDealloc about Block_release().Devin Coughlin
2016-02-29[analyzer] Don't treat calls to system headers as escaping in CheckObjCDealloc.Devin Coughlin
2016-02-07[analyzer] Invalidate destination of std::copy() and std::copy_backward().Devin Coughlin
2016-01-06[analyzer] Fix false warning about memory leak for QApplication::postEventAnna Zaks
2016-01-06[analyzer] Suppress reports coming from std::__independent_bits_engineAnna Zaks
2015-11-06[analyzer] Add VforkChecker to find unsafe code in vforked process.Yury Gribov
2015-10-27[analyzer] Assume escape is possible through system functions taking void*Anna Zaks
2014-09-10[analyzer] Fix pthread lock tests so that the API comes from a system header.Jordan Rose
2014-08-27Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek
2014-02-07[analyzer] Just silence all warnings coming out of std::basic_string.Jordan Rose
2014-01-07[analyzer] Pointers escape into +[NSValue valueWithPointer:]...Jordan Rose
2013-12-05Fix a tranche of comment, test and doc typosAlp Toker
2013-11-17[analyzer] Better modeling of memcpy by the CStringChecker (PR16731).Anton Yartsev
2013-11-15[analyzer] Silence warnings coming from allocators used by std::basic_string.Jordan Rose
2013-11-04[analyzer] Suppress warnings coming out of std::basic_string.Anna Zaks
2013-07-17[analyzer] Treat std::initializer_list as opaque rather than aborting.Jordan Rose
2013-07-09[analyzer] Fixup for r185609: actually do suppress warnings coming out of std...Anna Zaks
2013-07-04[analyzer] Suppress reports reported in std::listAnna Zaks
2013-05-31[analyzer] Malloc checker should only escape the receiver when “[O init..]â...Anna Zaks
2013-05-10[analyzer] Indirect invalidation counts as an escape for leak checkers.Jordan Rose
2013-05-01[analyzer] Don't inline the [cd]tors of C++ iterators.Jordan Rose
2013-04-15[analyzer] Re-enable using global regions as a symbolic base.Jordan Rose
2013-04-15[analyzer] Tests: move system functions into system header simulator files.Jordan Rose
2013-04-02[analyzer] Allow suppressing diagnostics reported within the 'std' namespaceJordan Rose
2013-03-25[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...Anton Yartsev
2013-03-09[analyzer] Be more consistent about Objective-C methods that free memory.Jordan Rose
2013-02-07[analyzer] Add pointer escape type param to checkPointerEscape callbackAnna Zaks
2013-02-01[analyzer] Explain why we have system-header-simulator*.h files.Jordan Rose
2012-11-06[analyzer] Add symbol escapes logic to the SimpleStreamChecker.Anna Zaks
2012-09-20clang/test/Analysis: Fix the declaration of strlen() for 32 bit targets.NAKAMURA Takumi
2012-09-12Adjust some analyzer tests to place widely shared inputs inside of anChandler Carruth