[PATCH] D62323: [FileCheck] Remove llvm:: prefix

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 09:04:25 PDT 2019


probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.

LGTM, although I commonly see `llvm::make_unique` to document that we are specifically not using the `std::` one. On occasion it is actually ambiguous.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62323/new/

https://reviews.llvm.org/D62323





More information about the llvm-commits mailing list