summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/iterators.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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