This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fb05923229 Allow operator delete to be an invalid Decl. new e972363a0a [AST] Move visibility computations into a class; NFC
The 1 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/Decl.cpp | 187 +++++++++++++++++++++--------------------------------- lib/AST/Linkage.h | 114 +++++++++++++++++++++++++++++++++ lib/AST/Type.cpp | 60 +++++++++--------- 3 files changed, 218 insertions(+), 143 deletions(-) create mode 100644 lib/AST/Linkage.h