Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| test/CMakeLists.txt | ||
|---|---|---|
| 23 ↗ | (On Diff #39975) | What was the logic of this reordering? Did you try to put them in the alphabet order? If yes, I think that capital letters should go before regular, i.e. Z < a. |
| test/tools/sancov/Inputs/test.cpp | ||
| 13 ↗ | (On Diff #39975) | What is the point of returning the str argument? Why do you return it as the result? |
Comment Actions
ptal
| test/tools/sancov/Inputs/test.cpp | ||
|---|---|---|
| 13 ↗ | (On Diff #39975) | to have a complicated mangled name. |
Comment Actions
Looks fine, but please check this:
| tools/sancov/sancov.cc | ||
|---|---|---|
| 230 ↗ | (On Diff #39979) | Shouldn't it be if (FileName.size() > FilePrefix.size()) ? |
| tools/sancov/sancov.cc | ||
|---|---|---|
| 230 ↗ | (On Diff #39979) | Nice catch. I guess I need a multi-file test to properly check it. Hold on. |