This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 91a14f64f7 [OpenCL] Allow OpenCL C style vector initialization in C++ new fe10d89672 [Sema] Disable -Wbitwise-op-parentheses and -Wlogical-op-par [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/DiagnosticSemaKinds.td | 4 +-- test/Sema/bitwise-op-parentheses.c | 58 ++++++++++++++++++++++++++++++ test/Sema/logical-op-parentheses.c | 41 +++++++++++++++++++++ test/Sema/parentheses.c | 53 +-------------------------- test/SemaCXX/parentheses.cpp | 2 +- 5 files changed, 103 insertions(+), 55 deletions(-) create mode 100644 test/Sema/bitwise-op-parentheses.c create mode 100644 test/Sema/logical-op-parentheses.c