Details
Details
- Reviewers
khchen achieveartificialintelligence
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/utils/TableGen/RISCVVEmitter.cpp | ||
|---|---|---|
| 300 | We have used | |
Comment Actions
The main reason I want to add the prefix "llvm::" is all None in the files are "llvm::None" form. But also it is more feasible when we want to add a variable name 'None' in the file.
Comment Actions
The main reason I want to add the prefix "llvm::" is all None in the files are "llvm::None" form.
It makes sense to me.
We have used
using namespace llvm;