index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
misc-ps-cxx0x.cpp
Age
Commit message (
Expand
)
Author
2012-08-03
[analyzer] Track null/uninitialized C++ objects used in method calls.
Jordan Rose
2012-08-03
Enhance getImplicitObjectArgument to look through ->*.
Jordan Rose
2012-07-26
Add static analyzer check for calling a C++ instance method with a null/unini...
Ted Kremenek
2012-07-18
Fix crash in RegionStoreManager::evalDerivedToBase() due to not handling refe...
Ted Kremenek
2012-04-05
Do not crash in the callgraph construction when encountering deleted function...
Ted Kremenek
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-10
[analyzer] Teach the static analyzer about CXXForRangeStmt. Patch by Jim Goo...
Ted Kremenek
2011-10-07
Provide basic static analyzer support for CXXTemporaryObjectExpr. Patch by J...
Ted Kremenek
2011-10-06
[static analyzer] Fix crash in LiveVariables and Environment::getSVal() when ...
Ted Kremenek
2011-09-05
Stop cluttering the test directory with temporary files.
Benjamin Kramer
2011-05-24
Add explicit CFG support for ignoring static_asserts.
Ted Kremenek