Displaying 1 result from an estimated 1 matches for "r328893".
Did you mean:
r328593
2018 Apr 02
0
LLVM Weekly - #222, Apr 2nd 2018
...n's HVX.
[r328639](http://reviews.llvm.org/rL328639).
## Clang commits
* Named return value optimisation (NRVO) was generalised to cover C structs.
[r328809](http://reviews.llvm.org/rL328809).
* The Clang analyzer will now avoid modeling C++17 constructors that aren't
fully supported. [r328893](http://reviews.llvm.org/rL328893).
## Other project commits
* A new summarizeStats.py utility was added to the OpenMP repository. This
processes raw data provided by an instrumented OpenMP runtime library to
produce graphs and a CSV file. [r328568](http://reviews.llvm.org/rL328568).
* LLD gain...