Displaying 1 result from an estimated 1 matches for "rl326045".
Did you mean:
r326045
2018 Mar 05
0
LLVM Weekly - #218, Mar 5th 2018
...tion unit analysis with the Clang
Static Analyzer has been added. [r326323](http://reviews.llvm.org/rL326323).
* The flags `-fforce-enable-int128` and `-fno-force-enable-int128` were added
to 'force' support for `__int128_t` and `__uint128_t` for a target.
[r326045](http://reviews.llvm.org/rL326045).
* A heuristic was added so the static analyzer skips yacc/bison-generated
files. [r326135](http://reviews.llvm.org/rL326135).
## Other project commits
* Initial PPC64 instruction emulation landed in LLDB.
[r326224](http://reviews.llvm.org/rL326224).
* Support was added for building compiler-...