forked from OSchip/llvm-project
6c8ded0d8c
dyn_cast<> can return null if the cast fails, resulting in null dereferences and static analyzer warnings. We should use cast<> instead. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DetailedRecordsBackend.cpp | ||
Error.cpp | ||
JSONBackend.cpp | ||
Main.cpp | ||
Record.cpp | ||
SetTheory.cpp | ||
StringMatcher.cpp | ||
TGLexer.cpp | ||
TGLexer.h | ||
TGParser.cpp | ||
TGParser.h | ||
TableGenBackend.cpp | ||
TableGenBackendSkeleton.cpp |