This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4c2bf23e7c Add testcase for r305850. new c6ad81f02e Add sample PGO integration test to cover profile annotation [...] new ad020925de [MS] Don't statically initialize dllimport member function pointers
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: lib/AST/ExprConstant.cpp | 16 ++++++++ lib/Sema/SemaTemplate.cpp | 80 ++++++++++++++++++------------------- test/CodeGen/Inputs/pgo-sample.prof | 9 ++++- test/CodeGen/pgo-sample.c | 36 +++++++++++++++-- test/SemaCXX/dllimport-memptr.cpp | 7 ++++ 5 files changed, 102 insertions(+), 46 deletions(-) create mode 100644 test/SemaCXX/dllimport-memptr.cpp