Displaying 1 result from an estimated 1 matches for "rl329448".
Did you mean:
r329448
2018 Apr 09
0
LLVM Weekly - #223, Apr 9th 2018
...ator Tables was committed.
[r329179](https://reviews.llvm.org/rL329179).
## Clang commits
* The new bugprone-parent-virtual-call clang-tidy check will flag cases where
grandparent virtual methods are called rather than an parent's overridden
virtual method.
[r329448](https://reviews.llvm.org/rL329448).
* Support for the `-fsanitize=shadow-call-stack` flag was added, alongside
documentation of the scheme. [r329122](https://reviews.llvm.org/rL329122).
## Other project commits
* The `<experimental/filesystem>` implementation in libcxx has been updated to
match the C++17 spec. [r329028](h...