This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60 in repository clang.
from 9c57ee8b74 Merging r323155: ------------------------------------------- [...] new 2e5d63f3a6 [ReleaseNotes] Add note for the new -fexperimental-isel flag. new 2f7bb0ceae Merging r324134: ------------------------------------------- [...] new eb51f1dc7c Merging r323935: ------------------------------------------- [...] new 1bfd05a5a2 Merging r324059: ------------------------------------------- [...]
The 4 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: docs/ReleaseNotes.rst | 5 +++++ include/clang/AST/DeclBase.h | 4 ++++ lib/AST/ASTContext.cpp | 2 +- lib/AST/DeclBase.cpp | 13 +++++++++++++ lib/CodeGen/CodeGenModule.cpp | 18 +----------------- lib/CodeGen/ItaniumCXXABI.cpp | 5 +++++ test/CodeGenCXX/dllimport-missing-key.cpp | 20 ++++++++++++++++++++ test/CodeGenCXX/dllimport-rtti.cpp | 2 +- test/CodeGenCXX/microsoft-abi-emit-dependent.cpp | 11 +++++++++++ test/SemaCXX/type-traits.cpp | 1 + 10 files changed, 62 insertions(+), 19 deletions(-) create mode 100644 test/CodeGenCXX/dllimport-missing-key.cpp create mode 100644 test/CodeGenCXX/microsoft-abi-emit-dependent.cpp