[PATCH] D65192: [Sema] Make -Wbitwise-op-parentheses and -Wlogical-op-parentheses disabled-by-default

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 09:31:30 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL367690: [Sema] Disable -Wbitwise-op-parentheses and -Wlogical-op-parentheses by default (authored by MaskRay, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65192/new/

https://reviews.llvm.org/D65192

Files:
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/test/Sema/bitwise-op-parentheses.c
  cfe/trunk/test/Sema/logical-op-parentheses.c
  cfe/trunk/test/Sema/parentheses.c
  cfe/trunk/test/SemaCXX/parentheses.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65192.213066.patch
Type: text/x-patch
Size: 8980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190802/6ccd8268/attachment.bin>


More information about the llvm-commits mailing list