[PATCH] D74934: [Clang interpreter] Rename Block.{h,cpp} to AllocatedBlock.{h,cpp}

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 20 15:00:39 PST 2020


MaskRay created this revision.
MaskRay added reviewers: jfb, gribozavr, nand, RKSimon.
Herald added subscribers: llvm-commits, cfe-commits, dexonsmith, mgorny.
Herald added projects: clang, LLVM.

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, friendly when navigating files in
an editor, etc).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74934

Files:
  clang/lib/AST/CMakeLists.txt
  clang/lib/AST/Interp/AllocatedBlock.cpp
  clang/lib/AST/Interp/AllocatedBlock.h
  clang/lib/AST/Interp/Block.cpp
  clang/lib/AST/Interp/Block.h
  clang/lib/AST/Interp/Pointer.cpp
  clang/lib/AST/Interp/Pointer.h
  llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74934.245754.patch
Type: text/x-patch
Size: 6810 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200220/0f151524/attachment-0001.bin>


More information about the cfe-commits mailing list