TestDeclarations 10 tools/clang/empty_string/tests/test-expected.cc void TestDeclarations() { std::string a, b("abc"), c; } TestDeclarations 10 tools/clang/empty_string/tests/test-original.cc void TestDeclarations() { std::string a(""), b("abc"), c(""); } TestDeclarations 7 tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-expected.cc void TestDeclarations() { TestDeclarations 7 tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-original.cc void TestDeclarations() {