Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweak stack address checker to report multiple cases where globals may refere... | Ted Kremenek | 2010-06-17 | 1 | -48/+65 |
* | Rework StackAddrLeakChecker to find stores of stack memory addresses to globa... | Ted Kremenek | 2010-06-17 | 1 | -39/+56 |
* | We return Loc where we know. | Zhongxing Xu | 2010-06-16 | 1 | -2/+2 |
* | Merge StackAddrLeakChecker and ReturnStackAddressChecker. | Zhongxing Xu | 2010-06-09 | 1 | -5/+88 |
* | Directly compare the StackFrameContext. This greatly simplifies logic and | Zhongxing Xu | 2010-06-09 | 1 | -30/+23 |
* | Add a checker check if a global variable holds a local variable's address after | Zhongxing Xu | 2010-06-08 | 1 | -0/+94 |