This more clearly describes what the class is.
Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
streamexecutor/lib/unittests/DeviceTest.cpp | ||
---|---|---|
476 ↗ | (On Diff #69163) | Looks like the file rename from ExecutorTest to DeviceTest was lost. |
streamexecutor/lib/unittests/DeviceTest.cpp | ||
---|---|---|
476 ↗ | (On Diff #69169) | I actually tried to fix this by redoing things with "git mv" to try to clue git in about the change, but it is still showing up as a separate deletion and addition. A little Googling suggests that this will happen if there are too many changes after the move because "git mv" is just an alias for "git rm && git add", so I think that's what happened here. |
streamexecutor/lib/unittests/DeviceTest.cpp | ||
---|---|---|
476 ↗ | (On Diff #69169) | Oh, I was hoping that git-svn would have something that would let you explicitly say "foo was renamed to bar". But it sounds like not:
https://git-scm.com/docs/git-svn Oh well, not a big deal. |