summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/Inputs/system-header-simulator-cxx.h
Commit message (Expand)AuthorAgeFilesLines
* [Analyzer][NFC] Separate white-box tests for iterator modelling from iterator...Adam Balogh2019-11-141-12/+24
* [Analyzer] Iterator Checkers - Make range errors and invalidated access fatalAdam Balogh2019-08-291-2/+8
* [Analyzer] Iterator Checkers - Fix for Crash on Iterator DifferencesAdam Balogh2019-08-051-0/+3
* [Analyzer] Checker for non-determinism caused by iteration of unordered conta...Mandeep Singh Grang2019-05-241-0/+61
* [analyzer] PR41269: Add a bit of C++ smart pointer modeling.Artem Dergachev2019-04-231-0/+1
* [Analyzer] Checker for non-determinism caused by sorting of pointer-like elem...Mandeep Singh Grang2019-03-081-0/+23
* [analyzer] MoveChecker Pt.6: Suppress the warning for the move-safe STL classes.Artem Dergachev2018-12-141-0/+23
* [analyzer] Put llvm.Conventions back in alphaKristof Umann2018-11-021-0/+43
* [Analyzer] Iterator Checker - Part 8: Support for assign, clear, insert, empl...Adam Balogh2018-09-101-0/+61
* [Analyzer] Iterator Checker - Part 7: Support for push and pop operationsAdam Balogh2018-09-101-0/+12
* [Analyzer] Iterator Checker - Part 4: Mismatched iterator checker for functio...Adam Balogh2018-09-101-0/+6
* [Analyzer] Iterator Checker - Part 3: Invalidation check, first for (copy) as...Adam Balogh2018-08-281-3/+43
* [Analyzer] Iterator Checker - Part 2: Increment, decrement operators and ahea...Adam Balogh2018-06-281-0/+24
* [analyzer] NFC: Run many existing C++ tests with a custom operator new().Artem Dergachev2018-01-241-0/+11
* [analyzer] Initial commit for the upcoming refactoring of the IteratorChecker.Artem Dergachev2017-05-291-44/+343
* [analyzer] Add checker for iterators dereferenced beyond their range.Gabor Horvath2017-01-091-5/+59
* [analyzer] Teach the analyzer that pointers can escape into __cxa_demangleAnna Zaks2016-12-151-0/+9
* [analyzer] Suppress false positives in std::shared_ptrDevin Coughlin2016-07-061-100/+0
* [analyzer] Invalidate destination of std::copy() and std::copy_backward().Devin Coughlin2016-02-071-3/+115
* [analyzer] Suppress reports coming from std::__independent_bits_engineAnna Zaks2016-01-061-0/+19
* [analyzer] Just silence all warnings coming out of std::basic_string.Jordan Rose2014-02-071-3/+26
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-2/+2
* [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] Don't inline the [cd]tors of C++ iterators.Jordan Rose2013-05-011-0/+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] Explain why we have system-header-simulator*.h files.Jordan Rose2013-02-011-0/+5
* Adjust some analyzer tests to place widely shared inputs inside of anChandler Carruth2012-09-121-0/+57
OpenPOWER on IntegriCloud