This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3ebd7f5579 [mips] Check argument for __builtin_msa_ctcmsa / __builtin_m [...] new 754813c473 [analyzer] print() JSONify: Store implementation new a2d27484eb [CodeComplete] Add semicolon when completing patterns for 's [...]
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/Basic/JsonSupport.h | 27 +++++++ .../Core/PathSensitive/ProgramState.h | 10 +-- .../StaticAnalyzer/Core/PathSensitive/Store.h | 3 +- lib/Sema/SemaCodeComplete.cpp | 2 + lib/StaticAnalyzer/Core/ProgramState.cpp | 20 +++--- lib/StaticAnalyzer/Core/RegionStore.cpp | 82 ++++++++++++++-------- test/Analysis/expr-inspection.c | 28 +++++--- test/CodeCompletion/keywords.cpp | 2 +- test/CodeCompletion/ordinary-name-cxx11.cpp | 16 ++--- test/CodeCompletion/ordinary-name.cpp | 8 +-- 10 files changed, 132 insertions(+), 66 deletions(-) create mode 100644 include/clang/Basic/JsonSupport.h