This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9438256f7d [Tooling] [0/1] Refactor FrontendActionFactory::create() to [...] new b2349051ab Revert "[Tooling] [0/1] Refactor FrontendActionFactory::crea [...] new caee708459 [clang-format] Tidy up new API guessLanguage()
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/LibTooling.rst | 2 +- docs/RAVFrontendAction.rst | 2 +- include/clang/Tooling/Tooling.h | 21 ++--- lib/Format/Format.cpp | 11 ++- lib/Tooling/Tooling.cpp | 37 ++++----- tools/clang-refactor/ClangRefactor.cpp | 4 +- unittests/AST/EvaluateAsRValueTest.cpp | 2 +- unittests/CrossTU/CrossTranslationUnitTest.cpp | 3 +- unittests/Format/FormatTest.cpp | 34 ++------ unittests/Sema/CodeCompleteTest.cpp | 2 +- unittests/Sema/ExternalSemaSourceTest.cpp | 30 ++++--- unittests/Tooling/CommentHandlerTest.cpp | 4 +- unittests/Tooling/ExecutionTest.cpp | 4 +- unittests/Tooling/RefactoringTest.cpp | 2 +- unittests/Tooling/TestVisitor.h | 4 +- unittests/Tooling/ToolingTest.cpp | 111 ++++++++++++------------- 16 files changed, 121 insertions(+), 152 deletions(-)