search for: createvector

Displaying 5 results from an estimated 5 matches for "createvector".

Did you mean: createatvector
2020 Sep 26
2
preferred way to return expected values
Hello everyone! It looks like in the LLVM codebase (including subprojects) there are some inconsistencies in how values are returned from functions with the following (or similar) signature: Expected<std::vector<int>> createVector() { std::vector<int> V; ... } It would be interesting to find out your opinion on this. After some investigation I have found https://reviews.llvm.org/D70963 and https://reviews.llvm.org/D43322 which have some additional context regarding the problem. The aforementioned di...
2020 Sep 28
2
preferred way to return expected values
...wrote: > >> Hello everyone! >> It looks like in the LLVM codebase (including subprojects) there are some >> inconsistencies >> in how values are returned from functions with the following (or similar) >> signature: >> Expected<std::vector<int>> createVector() { >> std::vector<int> V; >> ... >> } >> It would be interesting to find out your opinion on this. >> After some investigation I have found https://reviews.llvm.org/D70963 >> and https://reviews.llvm.org/D43322 which have some additiona...
2020 Oct 01
2
[EXTERNAL] Re: preferred way to return expected values
...Hello everyone! >>> It looks like in the LLVM codebase (including subprojects) there are >>> some inconsistencies >>> in how values are returned from functions with the following (or >>> similar) signature: >>> Expected<std::vector<int>> createVector() { >>> std::vector<int> V; >>> ... >>> } >>> It would be interesting to find out your opinion on this. >>> After some investigation I have found https://reviews.llvm.org/D70963 >>> and https://reviews.llvm.org/D43322 w...
2020 Oct 02
2
[EXTERNAL] Re: preferred way to return expected values
...;>>> It looks like in the LLVM codebase (including subprojects) there are >>>> some inconsistencies >>>> in how values are returned from functions with the following (or >>>> similar) signature: >>>> Expected<std::vector<int>> createVector() { >>>> std::vector<int> V; >>>> ... >>>> } >>>> It would be interesting to find out your opinion on this. >>>> After some investigation I have found https://reviews.llvm.org/D70963 >>>> and https://r...
2020 Oct 02
2
[EXTERNAL] Re: preferred way to return expected values
...looks like in the LLVM codebase (including subprojects) there are >>>>> some inconsistencies >>>>> in how values are returned from functions with the following (or >>>>> similar) signature: >>>>> Expected<std::vector<int>> createVector() { >>>>> std::vector<int> V; >>>>> ... >>>>> } >>>>> It would be interesting to find out your opinion on this. >>>>> After some investigation I have found https://reviews.llvm.org/D70963 >>&g...