aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/Inputs
AgeCommit message (Expand)Author
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