Files
clang-p2996/clang/lib/CodeGen/CGOpenCLRuntime.cpp
Simon Pilgrim 5936717fa6 Fix "pointer is null" static analyzer warning. NFCI.
Use castAs<> instead of getAs<> since we know that the pointer will be valid (and is dereferenced immediately below).
2020-01-08 17:19:08 +00:00

7.1 KiB