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