Improve dead store diagnostic.

llvm-svn: 49711
This commit is contained in:
Ted Kremenek 2008-04-15 05:31:00 +00:00
parent 2ecc9d42f7
commit 6d41b82ea4
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ public:
} }
virtual const char* getDescription() const { virtual const char* getDescription() const {
return "Value stored to variable is never used."; return "Value stored to variable is never subsequently read.";
} }
virtual void EmitWarnings(BugReporter& BR) { virtual void EmitWarnings(BugReporter& BR) {