File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ bool MapASTVisitor::mapDecl(const T *D, bool IsDefinition) {
46
46
// If there is an error generating a USR for the decl, skip this decl.
47
47
if (index::generateUSRForDecl (D, USR))
48
48
return true ;
49
-
50
49
// Prevent Visiting USR twice
51
50
{
52
51
std::lock_guard<llvm::sys::Mutex> Guard (USRVisitedGuard);
@@ -57,7 +56,6 @@ bool MapASTVisitor::mapDecl(const T *D, bool IsDefinition) {
57
56
if (IsDefinition)
58
57
USRVisited.insert (Visited);
59
58
}
60
-
61
59
bool IsFileInRootDir;
62
60
llvm::SmallString<128 > File =
63
61
getFile (D, D->getASTContext (), CDCtx.SourceRoot , IsFileInRootDir);
@@ -145,5 +143,7 @@ llvm::SmallString<128> MapASTVisitor::getFile(const NamedDecl *D,
145
143
return File;
146
144
}
147
145
146
+
147
+
148
148
} // namespace doc
149
149
} // namespace clang
You can’t perform that action at this time.
0 commit comments