[PATCH] D98798: Produce warning for performing pointer arithmetic on a null pointer.

2021-07-28 Thread crownyanguan via Phabricator via cfe-commits
crownyanguan added a comment. This commit also makes the phoronix/pgbench run fail. clang --gcc-toolchain=/usr/bin/.. -target aarch64-unknown-linux-gnu -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-stric

[PATCH] D97116: Reduce the number of attributes attached to each function

2021-03-01 Thread crownyanguan via Phabricator via cfe-commits
crownyanguan added a comment. However, this commit will cause performance regression. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D97116/new/ https://reviews.llvm.org/D97116 ___ cfe-commits mailing list

[PATCH] D97116: Reduce the number of attributes attached to each function

2021-03-08 Thread crownyanguan via Phabricator via cfe-commits
crownyanguan added a comment. In D97116#2596409 , @xbolva00 wrote: > In D97116#2596275 , @crownyanguan > wrote: > >> However, this commit will cause performance regression. > > More details? This commit will decre

[PATCH] D98657: [flang][driver] Add options for -Werror

2021-04-20 Thread crownyanguan via Phabricator via cfe-commits
crownyanguan added a comment. How about -Wl option, it will cause link error like " Only `-Werror` is supported currently" Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D98657/new/ https://reviews.llvm.org/D98657 _