This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 70f886033a [clang-format] [NFC] clang-format the Format library new 1eca87b9ff [Driver] Allow enum SanitizerOrdinal to represent more than [...]
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/Attr.td | 2 +- include/clang/Basic/Sanitizers.def | 2 +- include/clang/Basic/Sanitizers.h | 163 +++++++++++++++++++--- include/clang/Driver/ToolChain.h | 4 +- lib/Basic/SanitizerSpecialCaseList.cpp | 2 +- lib/Basic/Sanitizers.cpp | 15 +- lib/CodeGen/CGExpr.cpp | 11 +- lib/Driver/SanitizerArgs.cpp | 248 +++++++++++++++++++-------------- lib/Driver/ToolChain.cpp | 16 ++- lib/Frontend/CompilerInvocation.cpp | 2 +- lib/Sema/SemaDeclAttr.cpp | 3 +- 11 files changed, 323 insertions(+), 145 deletions(-)