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