anton-afanasyev marked an inline comment as done.
anton-afanasyev added inline comments.
================
Comment at: clang/lib/Parse/ParseAST.cpp:167
if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get()))
return;
}
----------------
@lebedev.ri This `return` should follow after
`timeTraceProfilerEnd("Frontend",...)`, I'm to fix it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63325/new/
https://reviews.llvm.org/D63325
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits