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
/
idempotent-operations.c
Age
Commit message (
Expand
)
Author
2012-10-16
Implement GCC's -Wint-to-pointer-cast.
David Blaikie
2012-09-04
[analyzer] Don't use makeIntVal to create a floating-point value.
Jordan Rose
2012-08-24
Fix analyzer tests.
Ted Kremenek
2012-01-20
Reenable DeadStoresChecker under --analyze, and move the IdempotentOperations...
Ted Kremenek
2012-01-12
Adjust set of default checkers.
Ted Kremenek
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-04
Change test/Analysis/idempotent-operations.c to output the .plist file in the...
Argyrios Kyrtzidis
2011-03-12
Tweak test to hopefully appease FreeBSD buildbot.
Ted Kremenek
2011-03-12
Re-enable the IdempotentOperations checker for --analyze, and put it and the ...
Ted Kremenek
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-15
[analyzer] Use the new registration mechanism on the IdempotentOperationChecker.
Argyrios Kyrtzidis
2010-12-16
Do lvalue-to-rvalue conversions on the LHS of a shift operator.
John McCall
2010-12-16
Start migration of static analyzer to using the
Ted Kremenek
2010-10-29
Don't flag idempotent '+' or '-' warnings for pointer arithmetic (typically f...
Ted Kremenek
2010-09-15
Disallow the use of UnknownVal as the index for ElementRegions. UnknownVals ...
Ted Kremenek
2010-09-07
Re-enabled truncation/extension checking in IdempotentOperationChecker and ad...
Tom Care
2010-08-30
Adjusted the semantics of assign checking in IdempotentOperationChecker
Tom Care
2010-08-27
Enabled relaxed LiveVariables analysis in the path-sensitive engine to increa...
Tom Care
2010-08-25
Improved the handling of blocks and block variables in PseudoConstantAnalysis
Tom Care
2010-08-24
Improvements to IdempotentOperationChecker and its use of PseudoConstantAnalysis
Tom Care
2010-08-23
Modified pseudoconstant test case to make it a bit clearer and fix a missing ...
Tom Care
2010-08-23
Several small changes to PseudoConstantAnalysis and the way IdempotentOperati...
Tom Care
2010-08-18
Added psuedo-constant analysis and integrated it into the false positive redu...
Tom Care
2010-08-16
Added basic psuedoconstant checking in IdempotentOperationChecker and fixed s...
Tom Care
2010-08-12
Improved IdempotentOperationChecker false positives and false negatives.
Tom Care
2010-08-06
Removed IdempotentOperationChecker from default analysis and returned back to...
Tom Care
2010-07-30
Test case for PR7763.
Tom Care
2010-07-27
Finesse 'idempotent operations' analyzer issues to include the opcode of the ...
Ted Kremenek
2010-07-17
Fix APFloat assertion failure in IdempotentOperationChecker resulting in having
Ted Kremenek
2010-07-16
Improved false positive rate for the idempotent operations checker and moved ...
Tom Care
2010-07-06
Fix idempotent operations test command line arguments.
Tom Care
2010-07-06
Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope...
Tom Care