This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c6321bda9d [clang-format] Fix a bug that joins template closer and = new 9f42eba6d3 [Diagnostics] Diagnose misused xor as pow
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/DiagnosticGroups.td | 1 + include/clang/Basic/DiagnosticSemaKinds.td | 9 +++ lib/Sema/SemaExpr.cpp | 106 ++++++++++++++++++++++++++++- test/SemaCXX/warn-xor-as-pow.cpp | 105 ++++++++++++++++++++++++++++ 4 files changed, 220 insertions(+), 1 deletion(-) create mode 100644 test/SemaCXX/warn-xor-as-pow.cpp