Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Support/RISCVISAInfo.cpp | ||
---|---|---|
706–707 | Nit: I think the usual style is to keep the braces if the body of the "if" is more than one physical line, even though it is a single statement. | |
llvm/tools/llvm-objdump/llvm-objdump.cpp | ||
2014 | Could be reportError(FeaturesValue.takeError(), Obj->getFileName())? Is it possible to write a test for this error message? |
Nit: I think the usual style is to keep the braces if the body of the "if" is more than one physical line, even though it is a single statement.