tra added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/AMDGPU.cpp:442
+               llvm::sys::Process::GetEnv("HIP_PATH")) {
+    if (!HIPPathEnv->empty()) {
+      HIPSearchDirs.emplace_back(std::move(*HIPPathEnv));
----------------
Style nit. Single-statement if body should be w/o `{}`.


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

https://reviews.llvm.org/D145391

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to