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
Age
Commit message (
Expand
)
Author
2009-11-17
Add PreVisitReturn to Malloc checker. Now we can recognize returned memory
Zhongxing Xu
2009-11-17
Add EvalEndPath interface to Checker. Now we can check memory leaked at the
Zhongxing Xu
2009-11-17
Clear the dest set.
Zhongxing Xu
2009-11-16
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-11-16
* Do the same thing to the basicstore as in r84163.
Zhongxing Xu
2009-11-16
Remove an unused parameter.
Zhongxing Xu
2009-11-14
Change *BugReport constructors to take StringRefs.
Benjamin Kramer
2009-11-14
Move definition of GRExprEngine::ProcessEndPath() out-of-line.
Ted Kremenek
2009-11-13
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-13
Malloc checker basically works now.
Zhongxing Xu
2009-11-13
Hook up Malloc checker.
Zhongxing Xu
2009-11-13
Check in a new interface of Checker, which will soon be used.
Zhongxing Xu
2009-11-13
GRStateManager::CurrentStmt is not used. Remove it.
Zhongxing Xu
2009-11-13
Pull static variable within function (for slightly faster startup time).
Ted Kremenek
2009-11-13
retain/release checker: refactor some of the summary lookup logic for instanc...
Ted Kremenek
2009-11-13
Add clang-cc option "-analyzer-experimental-checks" to enable experimental pa...
Ted Kremenek
2009-11-12
Fix MSVC build.
Benjamin Kramer
2009-11-12
update CMakefile
Zhongxing Xu
2009-11-12
Add boilerplate logic for a malloc/free checker.
Zhongxing Xu
2009-11-12
PthreadLockChecker doesn't need PreVisitCallExpr() yet. All the current logi...
Ted Kremenek
2009-11-12
Add most of the boilerplate logic for a simple pthread_mutux_lock() -> pthrea...
Ted Kremenek
2009-11-12
Remove obsolete 'struct NullDerefTag'.
Ted Kremenek
2009-11-12
Enhance Checker class (and GRExprEngine) to support PostVisitation for CallEx...
Ted Kremenek
2009-11-12
Remove GRExprEngine::EvalCall(). It had a single callsite in GRExprEngine, a...
Ted Kremenek
2009-11-12
Make StoreManager::getSizeInElements() always return DefinedOrUnknownSVal.
Zhongxing Xu
2009-11-11
Remove some stale ErrorNodes variables in GRExprEngine and the old buffer ove...
Ted Kremenek
2009-11-11
After drinking caffeine, add the two files missing from the previous submit.
Chandler Carruth
2009-11-11
Move the ManagerRegistry to the Analysis library to resolve the layering viol...
Chandler Carruth
2009-11-11
Add undefined array subscript checker.
Zhongxing Xu
2009-11-11
Remove the old out-of-bound checking code.
Zhongxing Xu
2009-11-11
Reimplement out-of-bound array access checker with the new checker interface.
Zhongxing Xu
2009-11-11
ReturnPointerRangeChecker: use StripCasts() instead of checking for zero index
Zhongxing Xu
2009-11-11
Update CMake.
Daniel Dunbar
2009-11-11
CastToStructChecker: use 'isStructureType()' instead of 'isRecordType()' to d...
Ted Kremenek
2009-11-11
Fix display of "ANALYZE" statements in AnalysisConsumer by correctly resettin...
Ted Kremenek
2009-11-11
Remove public headers for UndefinedArgChecker, AttrNonNullChecker, and BadCal...
Ted Kremenek
2009-11-11
Refactor DereferenceChecker to use only the new Checker API instead of
Ted Kremenek
2009-11-10
Ignore parentheses when check the type of the expr.
Zhongxing Xu
2009-11-10
SizeofPointerChecker: Many false positives have the form 'sizeof *p'.
Zhongxing Xu
2009-11-10
Now we can safely use the argument expression's source range.
Zhongxing Xu
2009-11-10
SizeofPointerChecker: If an explicit type specifier is used, do not issue war...
Zhongxing Xu
2009-11-10
Use the source range of the whole sizeof expression, otherwise it crashes when
Zhongxing Xu
2009-11-10
Refine PointerSubChecker: compare the base region instead of the original
Zhongxing Xu
2009-11-10
Rename: StripCasts describes what it does better.
Zhongxing Xu
2009-11-10
Fix clang's use of DenseMap iterators after r86636 fixed their constness.
Jeffrey Yasskin
2009-11-09
Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of
Douglas Gregor
2009-11-09
Remove stale FIXME.
Ted Kremenek
2009-11-09
Add check for pointer arithmetic on non-array variables.
Zhongxing Xu
2009-11-09
Add check for obsolete function call of getpw().
Zhongxing Xu
2009-11-09
remove redundant file name in CMakeLists.txt.
Zhongxing Xu
[next]