This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0d05e8e655 [analyzer] print() JSONify: Decl revision new 0075a73242 [analyzer] print() JSONify: CFG implementation new 2597182a46 [WebAssembly] Support VPtr sanitizer for Emscripten
The 2 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/Analysis/CFG.h | 4 ++++ lib/Analysis/CFG.cpp | 14 +++++++++++++- lib/Analysis/ProgramPoint.cpp | 13 ++++++++----- lib/Driver/ToolChains/WebAssembly.cpp | 8 ++++++++ lib/Driver/ToolChains/WebAssembly.h | 1 + test/CodeGenCXX/wasm-sanitize-vptr.cpp | 20 ++++++++++++++++++++ 6 files changed, 54 insertions(+), 6 deletions(-) create mode 100644 test/CodeGenCXX/wasm-sanitize-vptr.cpp