[Clang interpreter] Rename Block.{h,cpp} to InterpBlock.{h,cpp}
authorFangrui Song <maskray@google.com>
Thu, 20 Feb 2020 22:54:22 +0000 (14:54 -0800)
committerFangrui Song <maskray@google.com>
Fri, 21 Feb 2020 17:47:28 +0000 (09:47 -0800)
commite4df934ca7b408cfb52531016198545a8d50f41a
tree0d01cb308d825ba214728ead30a6eb663777cfc8
parent656dff9af48bd242fc0f8a20cf50c6d0921df052
[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
clang/lib/AST/CMakeLists.txt
clang/lib/AST/Interp/InterpBlock.cpp [moved from clang/lib/AST/Interp/Block.cpp with 98% similarity]
clang/lib/AST/Interp/InterpBlock.h [moved from clang/lib/AST/Interp/Block.h with 98% similarity]
clang/lib/AST/Interp/Pointer.cpp
clang/lib/AST/Interp/Pointer.h
llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn