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
/
StaticAnalyzer
/
Core
/
RegionStore.cpp
Age
Commit message (
Expand
)
Author
2011-07-28
[analyzer] Add StoreManager::includedInBindings() to to query whether a regio...
Ted Kremenek
2011-07-28
[analyzer] Add safety checking in RegionStoreManager for string literal under...
Ted Kremenek
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-06-27
[analyzer] Use UnknownVal when default-initializing arrays whose element type...
Jordy Rose
2011-05-19
Teach RegionStore not to symbolic array values whose indices it cannot reason...
Ted Kremenek
2011-05-02
Augment retain/release checker to not warn about tracked objects passed as ar...
Ted Kremenek
2011-04-12
RegionStoreManager::invalidateRegions: treat classes the same as structs.
Ted Kremenek
2011-04-03
Fix RegionStore bug when doing a field load whose parent is also a field assi...
Ted Kremenek
2011-03-17
Tweak RegionStore's handling of lazy compound values to use the 'Default' ver...
Ted Kremenek
2011-03-08
static analyzer: Fix use-after-free bug in RegionStore involving LazyCompound...
Ted Kremenek
2011-02-19
Add 'StoreRef' smart pointer to allow more fine-grain memory lifetime control...
Ted Kremenek
2011-02-16
Makes most methods in SVals.h conform to the naming guide. Reviewed
Zhanyong Wan
2011-02-11
Remove RegionStoreManager::evalBinOp(), which is now handled by the SValBuilder.
Ted Kremenek
2011-02-11
Rename 'InvalidateRegions()' to 'invalidateRegions()'.
Ted Kremenek
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-08
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis