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
2012-10-12
Conditionally use an integral cast for BodyFarm support for OSAtomicCompareAn...
Ted Kremenek
2012-10-11
Switch over to BodyFarm implementation of OSAtomicCompareAndSwap and
Ted Kremenek
2012-10-05
Thread-safety analysis: allow attributes on constructors to refer to 'this'.
DeLesley Hutchins
2012-10-02
Add FP_CONTRACT support for clang.
Lang Hames
2012-09-28
Avoid malloc thrashing in the uninitialized value analysis.
Benjamin Kramer
2012-09-24
Add clarifying comment.
Ted Kremenek
2012-09-21
Experiment in BodyFarm of structuring AST creation calls in a hierarchy,
Ted Kremenek
2012-09-21
Create helper method in BodyFarm for creating simple assignments.
Ted Kremenek
2012-09-21
Add helper method in BodyFarm to create unary dereferences.
Ted Kremenek
2012-09-21
Add helper method to BodyFarm for creating lvalue-to-rvalue conversions.
Ted Kremenek
2012-09-21
Add helper method to BodyFarm for creatinging integral casts.
Ted Kremenek
2012-09-21
Thread-safety analysis: better handling of unreachable blocks. Fixes a bug
DeLesley Hutchins
2012-09-21
Use helper method to create DeclRefExprs in BodyFarm, hopefully allevating
Ted Kremenek
2012-09-21
Add some structuring comments. No functionality change.
Ted Kremenek
2012-09-21
Add faux-body support for dispatch_once().
Ted Kremenek
2012-09-21
Implement faux-body-synthesis of well-known functions in the static analyzer ...
Ted Kremenek
2012-09-20
Thread-safety analysis: fix bug where shared trylock was treated
DeLesley Hutchins
2012-09-20
Thread safety analysis: properly canonicalize calls to virtual methods within
DeLesley Hutchins
2012-09-19
Thread-safety analysis: Fix warning when EXCLUSIVE_LOCKS_REQUIRED
DeLesley Hutchins
2012-09-19
Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED or
DeLesley Hutchins
2012-09-13
clang/lib/Analysis/ObjCNoReturn.cpp: Fix [-Wnewline-eof]
NAKAMURA Takumi
2012-09-13
Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o.
Jordan Rose
2012-09-13
Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o).
Jordan Rose
2012-09-13
Teach -Wuninitialized to recognize common "noreturn" idioms in
Ted Kremenek
2012-09-13
Refactor logic in ExprEngine for detecting 'noreturn' methods
Ted Kremenek
2012-09-12
Teach -Wuninitialized to recognize __attribute__((analyzer_noreturn))
Ted Kremenek
2012-09-11
Thread-safety analysis: fix bug in expression matching code.
DeLesley Hutchins
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
Thread-safety analysis: differentiate between two forms of analysis; a precise
DeLesley Hutchins
2012-09-08
Format strings: suggest %lld instead of %qd and %Ld with -Wformat-non-iso.
Jordan Rose
2012-09-08
Format strings: %Ld isn't available on Darwin or Windows.
Jordan Rose
2012-09-07
Ampersand goes with identifier.
Chad Rosier
2012-09-07
Bring buildbots back. Fix scoping issue and coding style from r163397.
Chad Rosier
2012-09-07
Thread-safety analysis: Add support for selectively turning off warnings
DeLesley Hutchins
2012-09-06
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-05
[analyzer] Always include destructors in the analysis CFG.
Jordan Rose
2012-09-05
Thread-safety analysis: bugfix for case where a trylock occurs in an
DeLesley Hutchins
2012-08-31
Thread-safety analysis: fix handling of LOCK_RETURNED attribute so that the
DeLesley Hutchins
2012-08-31
Thread-safety analysis: fix handling of string constants in mutex
DeLesley Hutchins
2012-08-24
Teach CFG that 'if (x & 0)' and 'if (x * 0)' is an unfeasible branch.
Ted Kremenek
2012-08-23
[analyzer] Support C++ default arguments if they are literal values.
Jordan Rose
2012-08-22
Fix an assortment of doxygen comment issues found by -Wdocumentation.
Ted Kremenek
2012-08-22
Rename 'currentX' to 'currX' throughout analyzer and libAnalysis.
Ted Kremenek
2012-08-14
[analyzer] Teach live variable analyzes that super uses self pointer.
Anna Zaks
2012-08-10
Thread-safety-analysis: adds existential quantification over lock
DeLesley Hutchins
2012-08-10
Thread safety analysis: refactor to support more sophisticated handling
DeLesley Hutchins
2012-08-10
Refactor thread safety analysis to use a different data structure
DeLesley Hutchins
2012-08-10
Add missing cctype includes.
Joerg Sonnenberger
2012-08-07
Properly check length modfiers for %n in format strings.
Hans Wennborg
2012-08-07
Remove ScanfArgType and bake that logic into ArgType.
Hans Wennborg
[prev]
[next]