search for: a6842994

Displaying 1 result from an estimated 1 matches for "a6842994".

Did you mean: 7.842994
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