Displaying 1 result from an estimated 1 matches for "rl312957".
Did you mean:
r312957
2017 Sep 18
0
LLVM Weekly - #194, Sep 18th 2017
....org/rL313244).
* clang-tidy has a new C++ core guideline checker. This performs checks for
`gsl::owner`. [r313067](http://reviews.llvm.org/rL313067).
* The recently added 'minimal' runtime for the Undefined Behavior Sanitizer
(UBSan) has been documented. [r312957](http://reviews.llvm.org/rL312957).
* clangd gained support for snippet completions.
[r313029](http://reviews.llvm.org/rL313029).
## Other project commits
* LLD now has a GNU LD-style driver for COFF, to make it easier for MinGW
toolchains. [r312926](http://reviews.llvm.org/rL312926).
* LLD gained initial support for microMIPS...