This fixes dead store warnings of the type "dead assignment" reported
by CLang Static Analyzer on the following files:
- lib/Lex/Lexer.cpp,
- lib/Lex/ModuleMap.cpp.
Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
Differential D19830
[scan-build] fix dead store warnings emitted on clang code base Needs ReviewPublic Authored by apelete on May 2 2016, 1:32 PM.
Details
Summary This fixes dead store warnings of the type "dead assignment" reported
Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
Diff Detail
Revision Contents
Diff 55884 lib/Lex/Lexer.cpp
lib/Lex/ModuleMap.cpp
|