aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/GRExprEngineInternalChecks.cpp
AgeCommit message (Expand)Author
2008-11-02Enhance return-of-stack-address checker to recognize regions created by alloc...Ted Kremenek
2008-10-31Use llvm::raw_string_ostream instead of std::ostringstream.Ted Kremenek
2008-10-31Enhance path-sensitive return-of-stack-address check to print out the line nu...Ted Kremenek
2008-10-17This patch did the following renaming. There should be no functional changes.Zhongxing Xu
2008-10-04This is a big patch, but the functionality change is small and the rest of th...Ted Kremenek
2008-09-21Built-in checks now have a category: "Logic Errors"Ted Kremenek
2008-09-20Add "category" to BugTypes, allowing bugs to be grouped.Ted Kremenek
2008-08-13Rename ValueState -> GRState.Ted Kremenek
2008-07-31Enhanced path-sensitive return-of-stack-address check to print out the name o...Ted Kremenek
2008-07-30Add range highlighting for path-sensitive return-of-stack-address check.Ted Kremenek
2008-07-22Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GR...Ted Kremenek