aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/chroot.c
AgeCommit message (Expand)Author
2012-08-24Fix analyzer tests.Ted Kremenek
2011-08-03[analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-15[analyzer] Use the new registration mechanism on some of the experimental che...Argyrios Kyrtzidis
2010-10-10Add experimental chroot check which checks improper use of chroot(). Patch by Zhongxing Xu