summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/iterators.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove experimental invalid iterators checker from the codebase until we ↵Ted Kremenek2012-07-251-110/+0
| | | | | | | | | have the time to fix all the issues. Currently the code is essentially unmaintained and buggy, and needs major revision (with coupled enhancements to the analyzer core). llvm-svn: 160754
* test/Analysis/iterators.cpp: Mark as REQUIRES:asserts. It crashes due to ↵NAKAMURA Takumi2012-07-251-0/+2
| | | | | | | | assertion failure. I saw the case it XPASSes. llvm-svn: 160715
* Implement initial static analysis inlining support for C++ methods.Ted Kremenek2012-06-221-0/+3
| | | | llvm-svn: 159047
* Switch these two tests to use the Clang driver instead of CC1. They wantChandler Carruth2011-11-051-1/+1
| | | | | | | | to do "realistic" includes, and so need the header search logic now in the driver. This in turn requires switching the CC1 options to the actual driver options, and passing -Xclang where there is no analogy. llvm-svn: 143805
* [analyzer] rename all experimental checker packages to have 'experimental' ↵Ted Kremenek2011-08-031-1/+1
| | | | | | be the common root package. llvm-svn: 136835
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-1/+1
| | | | llvm-svn: 128187
* XFAIL this on windows where <vector> contains surprises.Jakob Stoklund Olesen2011-03-131-0/+1
| | | | llvm-svn: 127559
* Add initial version of "IteratorsChecker", a checker to find misues uses of ↵Ted Kremenek2011-03-121-0/+104
C++ iterators. This checker was created by Jim Goodnow II, and I migrated it to the new Checker interface (recent changes by Argiris). llvm-svn: 127525
OpenPOWER on IntegriCloud