These were found via an audit. In the case of ParseLineTable this is
actually dead code, since parsing the line table always succeeds, but
it's prudent to be defensive since it's possible an assertion there
could be converted to a true return in the future.
Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/lib/Serialization/ASTReader.cpp | ||
---|---|---|
3412 | Note for self, this is not an llvm::Error object but ASTReader::Error(). |
Note for self, this is not an llvm::Error object but ASTReader::Error().