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
Age
Commit message (
Expand
)
Author
2010-09-03
Support pointer arithmetic in SimpleSValuator involving direct constants.
Ted Kremenek
2010-09-03
Remove bogus assertions.
Ted Kremenek
2010-09-03
Add optional record of "location" SVals in the environment. When we analyzin...
Ted Kremenek
2010-09-03
Add GRState::getSimplifiedSVal(), which provides an API hook for doing symbol...
Ted Kremenek
2010-09-02
Reapply 112850 and 112839 with a constructor for the BinaryOperatorData struc...
Tom Care
2010-09-02
Eliminate CXXBindReferenceExpr, which was used in a ton of
Douglas Gregor
2010-09-02
Reverting 112850 and 112839 due to test failures on some systems
Tom Care
2010-09-02
Fixed broken build with GCC
Tom Care
2010-09-02
Improved error reporting in IdempotentOperationChecker
Tom Care
2010-09-02
update comments.
Zhongxing Xu
2010-09-02
For GRExprEngine::EvalBind() (and called visitors), unifiy StoreE and AssignE...
Ted Kremenek
2010-09-02
Fixed unused variable warning.
Ted Kremenek
2010-09-01
Partial fix for PR 8015 (fix is actually by Jordy Rose, and I added a test ca...
Ted Kremenek
2010-09-01
Don't assert in the analyzer when analyze code does a byte load from a functi...
Ted Kremenek
2010-09-01
Don't assert in CastSizeChecker when the casted-to pointee is an incomplete t...
Ted Kremenek
2010-08-31
Add range of return value expression in ReturnUndefChecker. Patch by Jim Goo...
Ted Kremenek
2010-08-30
Adjusted the semantics of assign checking in IdempotentOperationChecker
Tom Care
2010-08-30
Revert my user-defined literal commits - r1124{58,60,67} pending
Sean Hunt
2010-08-29
Implement C++0x user-defined string literals.
Sean Hunt
2010-08-29
Add comments.
Zhongxing Xu
2010-08-27
Added checking of (x == x) and (x != x) to IdempotentOperationChecker and upd...
Tom Care
2010-08-27
Enabled relaxed LiveVariables analysis in the path-sensitive engine to increa...
Tom Care
2010-08-27
Remove an assertion in UnreachableCodeChecker that can be triggered by bugs i...
Tom Care
2010-08-27
Fix bug in IdempotentOperationChecker where an assumption would not get updat...
Tom Care
2010-08-26
Fix horrible GRExprEngine bug where switch statements with no 'case:' stateme...
Ted Kremenek
2010-08-26
Remove redundant cast<...>.
Ted Kremenek
2010-08-26
De-memberify the VarDecl and FunctionDecl StorageClass enums.
John McCall
2010-08-26
zap dead ctor
Chris Lattner
2010-08-25
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-24
Improvements to IdempotentOperationChecker and its use of PseudoConstantAnalysis
Tom Care
2010-08-24
Improve comments.
Zhongxing Xu
2010-08-23
Several small changes to PseudoConstantAnalysis and the way IdempotentOperati...
Tom Care
2010-08-23
Adjust code placement.
Zhongxing Xu
2010-08-22
Detabify.
Eli Friedman
2010-08-21
Place method near its class.
Zhongxing Xu
2010-08-21
Remove dead code.
Zhongxing Xu
2010-08-21
Improve comments.
Zhongxing Xu
2010-08-21
Remove a special case for OSAtomic functions. We can already bind and retrieve
Zhongxing Xu
2010-08-21
Remove dead code. We no longer need it because now we treat the first element
Zhongxing Xu
2010-08-21
remove unused variable.
Zhongxing Xu
2010-08-21
When invalidating a struct region, whether its type definition exists is not
Zhongxing Xu
2010-08-20
Remove dead code.
Ted Kremenek
2010-08-20
Handle nested compound values in BindArray for multidimensional arrays. Fixes...
Jordy Rose
2010-08-19
Remove dead code. Patch by Jon Mulder!
Jordy Rose
2010-08-18
More PCH -> AST renaming.
Sebastian Redl
2010-08-18
Generate Attr subclasses with TableGen.
Sean Hunt
2010-08-18
Added psuedo-constant analysis and integrated it into the false positive redu...
Tom Care
2010-08-18
Remove dead malloc symbols from the symbol-state map.
Jordy Rose
2010-08-18
Use RegionStateTy everywhere we mean ImmutableMap<SymbolRef, RefState>
Jordy Rose
2010-08-18
zap dead code.
Chris Lattner
[prev]
[next]