Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7ca09760ee77ad03eac8212e580338bacd46f4d4
/
lib
/
Analysis
/
GRExprEngineInternalChecks.cpp
1c0c233
Add out-of-bound memory access warning report code.
by Zhongxing Xu
· 16 years ago
5917d78
- Clean up transfer function logic for 'return' statements.
by Ted Kremenek
· 16 years ago
de8cd19
Enhance return-of-stack-address checker to recognize regions created by alloca().
by Ted Kremenek
· 16 years ago
ad51a60
Use llvm::raw_string_ostream instead of std::ostringstream.
by Ted Kremenek
· 16 years ago
8aed806
Enhance path-sensitive return-of-stack-address check to print out the line number of a compound literal (whose address is being returned) instead of printing out the hex representation of the pointer address of the CompoundLiteralExpr.
by Ted Kremenek
· 16 years ago
1c96b24
This patch did the following renaming. There should be no functional changes.
by Zhongxing Xu
· 16 years ago
9e24049
This is a big patch, but the functionality change is small and the rest of the patch consists of deltas due to API changes.
by Ted Kremenek
· 16 years ago
2713347
Built-in checks now have a category: "Logic Errors"
by Ted Kremenek
· 16 years ago
8c036c7
Add "category" to BugTypes, allowing bugs to be grouped.
by Ted Kremenek
· 16 years ago
4adc81e
Rename ValueState -> GRState. Rename ValueStateManager -> GRStateManager.
by Ted Kremenek
· 17 years ago
22bda88
Enhanced path-sensitive return-of-stack-address check to print out the name of the variable whose address was returned.
by Ted Kremenek
· 17 years ago
b7714b2
Add range highlighting for path-sensitive return-of-stack-address check.
by Ted Kremenek
· 17 years ago
78d4624
Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GRExprEngineInternalChecks.cpp.
by Ted Kremenek
· 17 years ago