Displaying 1 result from an estimated 1 matches for "rl325240".
Did you mean:
r325240
2018 Feb 19
0
LLVM Weekly - #216, Feb 19th 2018
...](http://reviews.llvm.org/rL325081).
* clang-tidy gained a new checker for exceptions that are created but not
thrown. [r325222](http://reviews.llvm.org/rL325222).
## Other project commits
* compiler-rt added XRay instrumentation support for FreeBSD and NetBSD.
[r325240](http://reviews.llvm.org/rL325240),
[r325345](http://reviews.llvm.org/rL325345).
* The libcxxabi demangler gained support for new features such as initializer
lists and exception specifications.
[r324970](http://reviews.llvm.org/rL324870),
[r325093](http://reviews.llvm.org/rL325093).
* Parallelism in the LLDB test suite runner ha...