This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1231be927b cc1_main: fix -Wsign-compare on FreeBSD new 8a22542dc4 [ASTImporter] Add support for import of CXXInheritedCtorInitExpr. new df5b22a11e [clang-format ]Extend IncludeCategories regex documentation
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: docs/ClangFormatStyleOptions.rst | 6 ++++++ docs/tools/dump_format_style.py | 4 +++- include/clang/Format/Format.h | 2 +- include/clang/Tooling/Inclusions/IncludeStyle.h | 6 ++++++ lib/AST/ASTImporter.cpp | 17 +++++++++++++++++ test/Import/inherited-ctor-init-expr/Inputs/A.cpp | 11 +++++++++++ test/Import/inherited-ctor-init-expr/test.cpp | 6 ++++++ 7 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 test/Import/inherited-ctor-init-expr/Inputs/A.cpp create mode 100644 test/Import/inherited-ctor-init-expr/test.cpp