This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 99b2bc4f95 [CodeGen]: fix error message for "=r" asm constraint new b6cbdf1b70 [Tooling] Migrated APIs that take ownership of objects to un [...]
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: docs/LibTooling.rst | 2 +- docs/RAVFrontendAction.rst | 2 +- docs/ReleaseNotes.rst | 6 ++ include/clang/Tooling/Tooling.h | 47 ++--------- lib/Tooling/Tooling.cpp | 29 ++++--- unittests/AST/EvaluateAsRValueTest.cpp | 34 ++++---- unittests/AST/RecursiveASTVisitorTest.cpp | 2 +- unittests/CrossTU/CrossTranslationUnitTest.cpp | 8 +- unittests/Index/IndexTests.cpp | 23 +++--- unittests/Sema/CodeCompleteTest.cpp | 8 +- unittests/Sema/ExternalSemaSourceTest.cpp | 30 +++---- unittests/StaticAnalyzer/CallDescriptionTest.cpp | 24 +++--- .../StaticAnalyzer/RegisterCustomCheckersTest.cpp | 3 +- unittests/StaticAnalyzer/StoreTest.cpp | 4 +- unittests/StaticAnalyzer/SymbolReaperTest.cpp | 5 +- unittests/Tooling/CommentHandlerTest.cpp | 4 +- unittests/Tooling/RefactoringTest.cpp | 2 +- unittests/Tooling/TestVisitor.h | 4 +- unittests/Tooling/ToolingTest.cpp | 96 +++++++++++----------- 19 files changed, 150 insertions(+), 183 deletions(-)