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