[Clang interpreter] Rename Block.{h,cpp} to InterpBlock.{h,cpp}
The Blocks runtime provide a header named Block.h. It is generally preferable to avoid name collision with system headers (reducing reliance on -isystem order, more friendly when navigating files in an editor, etc). Reviewed By: gribozavr2 Differential Revision: https://reviews.llvm.org/D74934
Loading
Please sign in to comment