We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9126a commit 95c12baCopy full SHA for 95c12ba
CPP2D/DPrinter.cpp
@@ -685,7 +685,7 @@ bool DPrinter::TraverseTranslationUnitDecl(TranslationUnitDecl* Decl)
685
pushStream();
686
687
if (locStart.isInvalid())
688
- locStart = sm.getLocForStartOfFile(sm.getMainFileID()).getLocWithOffset(3);
+ locStart = sm.getLocForStartOfFile(sm.getMainFileID());
689
690
printStmtComment(locStart,
691
c->getSourceRange().getBegin(),
0 commit comments