[PATCH] D117199: [RISCV] Add missing namespace (NFC)

Shao-Ce SUN via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 13 01:40:35 PST 2022


achieveartificialintelligence added inline comments.


================
Comment at: clang/utils/TableGen/RISCVVEmitter.cpp:300
   if (Log2ScaleResult < 0)
-    return None;
+    return llvm::None;
   return 1 << Log2ScaleResult;
----------------
We have used
using namespace llvm;


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117199



More information about the cfe-commits mailing list