Re: [PATCH] D21868: [CUDA] Rename member variables in CudaInstallationDetector.

2016-07-06 Thread Justin Lebar via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274682: [CUDA] Rename member variables in CudaInstallationDetector. (authored by jlebar). Changed prior to commit: http://reviews.llvm.org/D21868?vs=62300&id=62976#toc Repository: rL LLVM http://rev

[PATCH] D21868: [CUDA] Rename member variables in CudaInstallationDetector.

2016-06-29 Thread Justin Lebar via cfe-commits
jlebar created this revision. jlebar added a reviewer: tra. jlebar added a subscriber: cfe-commits. Remove the "Cuda" prefix from these variables -- it's clear that they related to CUDA given their containing type. http://reviews.llvm.org/D21868 Files: lib/Driver/ToolChains.cpp lib/Driver/To