Displaying 1 result from an estimated 1 matches for "r325222".
Did you mean:
r322222
2018 Feb 19
0
LLVM Weekly - #216, Feb 19th 2018
...rL325421).
## Clang commits
* The 'artificial' function attribute is now supported. This controls debugger
stepping behaviour with respect to inline functions.
[r325081](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 initi...