summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/CheckDeadStores.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'CheckDeadStores.cpp' to 'DeadStoresChecker.cpp'.Ted Kremenek2011-01-131-289/+0
| | | | llvm-svn: 123395
* Remove warning in dead stores checker forTed Kremenek2011-01-131-6/+5
| | | | | | | | dead stores within nested assignments. I have never seen an actual bug found by this specific warning, and it can lead to many false positives. llvm-svn: 123394
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-231-0/+290
layout. :) Rename the 'EntoSA' directories to 'StaticAnalyzer'. Internally we will still use the 'ento' namespace for the analyzer engine (unless there are further sabre rattlings...). llvm-svn: 122514
OpenPOWER on IntegriCloud