search for: rl289546

Displaying 1 result from an estimated 1 matches for "rl289546".

Did you mean: r289546
2016 Dec 19
0
LLVM Weekly - #155, Dec 19th 2016
...guidelines-no-malloc will flag up uses of C-style memory management (malloc and friends) in C++ code, while performance-type-promotio-in-math-fn will suggest calls to double-precision math.h functions with float arguments be changed to the single-precision version. [r289546](http://reviews.llvm.org/rL289546), [r289627](http://reviews.llvm.org/rL289627). * inrange annotations are now used on vtable getelementptr. This allows the optimiser to split vtable groups. [r289585](http://reviews.llvm.org/rL289585). * You can now set the default linker when building clang through `CLANG_DEFAULT_LINKER`. [r2896...