Is the wording OK? The lifetime was found by Jonas Devlieghere.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/include/llvm/Support/Regex.h | ||
---|---|---|
48 ↗ | (On Diff #216088) | I don't think you need the *lifetime* of that string -- you need the string itself. :) Just drop that word, and this will be fine. |
llvm/include/llvm/Support/Regex.h | ||
---|---|---|
48 ↗ | (On Diff #216088) | The lifetime keyword was there to highlight the main point of that statement. But I agree it should be clear enough even without it. |