aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/IdempotentOperationChecker.cpp
AgeCommit message (Expand)Author
2010-07-07Change explicit handling of impossible condition to call llvm_unreachable in ...Tom Care
2010-07-07Silence an annoying GCC warning about use of an uninitialized variable. EvenChandler Carruth
2010-07-07Use 'llvm_unreachable' to mark impossible code paths so that GCC doesn'tChandler Carruth
2010-07-06Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope...Tom Care