Files
clang-p2996/llvm/lib/TableGen
Simon Pilgrim 6c8ded0d8c [TableGen] Don't dereference from dyn_cast<> - use cast<> instead. NFCI.
dyn_cast<> can return null if the cast fails, resulting in null dereferences and static analyzer warnings. We should use cast<> instead.
2020-12-14 12:12:08 +00:00
..
2020-12-03 10:19:11 -05:00
2020-12-03 10:19:11 -05:00