This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a6cb422869 clang: Don't warn on unused momit-leaf-frame-pointer when fr [...] new a71671ffe4 [clang] Refactor doc comments to Decls attribution
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: include/clang/AST/ASTContext.h | 100 ++++----- include/clang/AST/RawCommentList.h | 22 +- lib/AST/ASTContext.cpp | 382 +++++++++++++++++++--------------- lib/AST/RawCommentList.cpp | 64 ++++-- lib/Sema/SemaDecl.cpp | 18 +- lib/Serialization/ASTReader.cpp | 15 +- lib/Serialization/ASTWriter.cpp | 18 +- test/Index/comment-redeclarations.cpp | 14 ++ 8 files changed, 355 insertions(+), 278 deletions(-) create mode 100644 test/Index/comment-redeclarations.cpp