aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/StackAddrLeakChecker.cpp
AgeCommit message (Expand)Author
2010-08-22Detabify.Eli Friedman
2010-06-17Tweak stack address checker to report multiple cases where globals may refere...Ted Kremenek
2010-06-17Rework StackAddrLeakChecker to find stores of stack memory addresses to globa...Ted Kremenek
2010-06-16We return Loc where we know.Zhongxing Xu
2010-06-09Merge StackAddrLeakChecker and ReturnStackAddressChecker.Zhongxing Xu
2010-06-09Directly compare the StackFrameContext. This greatly simplifies logic andZhongxing Xu
2010-06-08Add a checker check if a global variable holds a local variable's address afterZhongxing Xu