Displaying 1 result from an estimated 1 matches for "promotio".
Did you mean:
promotion
2016 Dec 19
0
LLVM Weekly - #155, Dec 19th 2016
...n of loops with conditional stores is now enabled by
default. [r289975](http://reviews.llvm.org/rL289975).
## Clang commits
* clang-tools-extra gained new checkers. cppcoreguidelines-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...