This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 93bb48133f Typos in tutorial new 7cd19b9e4f [Analyzer] Assume that CFBooleanRef const globals are non-null new d5704343ee [MS] Don't bail on replacing dllimport vbase dtors with base dtors
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/StaticAnalyzer/Checkers/Checkers.td | 2 +- lib/CodeGen/CGCXX.cpp | 32 +++++++------- lib/CodeGen/CodeGenModule.h | 3 +- lib/CodeGen/MicrosoftCXXABI.cpp | 2 +- lib/StaticAnalyzer/Checkers/CMakeLists.txt | 2 +- ...ecker.cpp => NonnullGlobalConstantsChecker.cpp} | 39 +++++++++-------- ...ng-constants.mm => nonnull-global-constants.mm} | 15 ++++++- test/CodeGenCXX/dllimport-dtor-thunks.cpp | 49 ++++++++++++++++++++++ 8 files changed, 104 insertions(+), 40 deletions(-) rename lib/StaticAnalyzer/Checkers/{NonnullStringConstantsChecker.cpp => NonnullGl [...] rename test/Analysis/{nonnull-string-constants.mm => nonnull-global-constants.mm} (86%) create mode 100644 test/CodeGenCXX/dllimport-dtor-thunks.cpp