Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7adcd0d commit 3685590Copy full SHA for 3685590
1 file changed
swift/extractor/SwiftExtractor.cpp
@@ -79,7 +79,6 @@ static fs::path getFilename(swift::ModuleDecl& module,
79
return resolvePath(primaryFile->getFilename());
80
}
81
if (lazyDeclaration) {
82
-<<<<<<< HEAD
83
// this code will be thrown away in the near future
84
auto decl = llvm::dyn_cast<swift::ValueDecl>(lazyDeclaration);
85
assert(decl);
@@ -94,11 +93,6 @@ static fs::path getFilename(swift::ModuleDecl& module,
94
93
// half a SHA2 is enough
95
ret += std::string_view(mangled).substr(0, mangled.size() / 2);
96
return ret;
97
-=======
98
- // static int i;
99
- // return mangledDeclName(*lazyDeclaration) + std::to_string(i++);
100
- return mangledDeclName(*lazyDeclaration);
101
->>>>>>> 4cbad80695 (Swift: more mangling)
102
103
// PCM clang module
104
if (module.isNonSwiftModule()) {
0 commit comments