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 cd89c4e commit d36e373Copy full SHA for d36e373
clang/lib/DPCT/DPCT.cpp
@@ -245,9 +245,6 @@ unsigned int GetLinesNumber(clang::tooling::RefactoringTool &Tool,
245
// Set up Rewriter and to get source manager.
246
LangOptions DefaultLangOptions;
247
auto DiagOpts = std::make_shared<DiagnosticOptions>();
248
-
249
250
251
TextDiagnosticPrinter DiagnosticPrinter(llvm::errs(), *DiagOpts);
252
DiagnosticsEngine Diagnostics(
253
IntrusiveRefCntPtr<DiagnosticIDs>(new DiagnosticIDs()), *DiagOpts,
0 commit comments