search for: r329914

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

Did you mean: 329914
2018 Apr 16
0
LLVM Weekly - #224, Apr 16th 2018
...__builtin_dump_struct` builtin will, as the name suggests, dump structure contents at runtime. [r329762](https://reviews.llvm.org/rL329762). * The `-Wreturn-std-move` and `-Wreturn-std-move-in-c++11` diagnostics (off by default) warn when `return x` should be `return std::move(x)` for efficiency. [r329914](https://reviews.llvm.org/rL329914). * Clang toolchain drivers can now added multiple libc++ include paths. [r329748](https://reviews.llvm.org/rL329748). ## Other project commits * LLDB learned a new 'statistics' command, which collects metrics about a debugging session such as the numb...