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
/
Checker
/
SVals.cpp
Age
Commit message (
Expand
)
Author
2010-12-22
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-02
Merge ValueManager into SValBuilder.
Ted Kremenek
2010-12-01
Rename all 'EvalXXX' methods in libChecker to
Ted Kremenek
2010-09-15
Disallow the use of UnknownVal as the index for ElementRegions. UnknownVals ...
Ted Kremenek
2010-08-25
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-21
Remove a special case for OSAtomic functions. We can already bind and retrieve
Zhongxing Xu
2010-07-06
Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope...
Tom Care
2010-04-19
Fix -Wcast-qual warnings.
Dan Gohman
2010-03-10
Add use-after-free check to MallocChecker.
Zhongxing Xu
2010-02-05
Change LazyCompoundVal to a <Store, MemRegion*> pair. We really don't need to
Zhongxing Xu
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek