summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/IdempotentOperationChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added psuedo-constant analysis and integrated it into the false positive redu...Tom Care2010-08-181-15/+37
* Added basic psuedoconstant checking in IdempotentOperationChecker and fixed s...Tom Care2010-08-161-2/+16
* Zap unused UnaryOperator::OffsetOf.Eli Friedman2010-08-131-2/+1
* Improved IdempotentOperationChecker false positives and false negatives.Tom Care2010-08-121-98/+203
* Removed IdempotentOperationChecker from default analysis and returned back to...Tom Care2010-08-061-1/+1
* Changed GRExprEngine to pass down a reference to itself when checkers are doi...Tom Care2010-08-031-4/+3
* 'Assumption &A' gets default initialized to 'Possible' if it doesn't exist; n...Ted Kremenek2010-08-021-8/+5
* Uncomment unfinished work bailout in IdempotentOperationsChecker.Tom Care2010-07-301-2/+2
* Extracted out some useful common functions in IdempotentOperationChecker to t...Tom Care2010-07-271-86/+3
* Finesse 'idempotent operations' analyzer issues to include the opcode of the ...Ted Kremenek2010-07-271-10/+16
* Put 'Idempotent operations' static analyzer issues in the 'Dead code' category.Ted Kremenek2010-07-271-1/+2
* Fix APFloat assertion failure in IdempotentOperationChecker resulting in havingTed Kremenek2010-07-171-4/+6
* Improved false positive rate for the idempotent operations checker and moved ...Tom Care2010-07-161-3/+80
* Change explicit handling of impossible condition to call llvm_unreachable in ...Tom Care2010-07-071-2/+2
* Silence an annoying GCC warning about use of an uninitialized variable. EvenChandler Carruth2010-07-071-1/+1
* Use 'llvm_unreachable' to mark impossible code paths so that GCC doesn'tChandler Carruth2010-07-071-1/+2
* Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope...Tom Care2010-07-061-0/+453
OpenPOWER on IntegriCloud