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 9422db5 commit cebc862Copy full SHA for cebc862
clang/tools/driver/driver.cpp
@@ -235,13 +235,13 @@ static int ExecuteCC1Tool(SmallVectorImpl<const char *> &ArgV,
235
236
int clang_main(int Argc, char **Argv, const llvm::ToolContext &ToolContext) {
237
noteBottomOfStack();
238
- #ifdef CLANG_CUSTOM_BUG_REPORT_MSG
+#ifdef CLANG_CUSTOM_BUG_REPORT_MSG
239
llvm::setBugReportMsg(CLANG_CUSTOM_BUG_REPORT_MSG);
240
- #else
+#else
241
llvm::setBugReportMsg("PLEASE submit a bug report to " BUG_REPORT_URL
242
" and include the crash backtrace, preprocessed "
243
"source, and associated run script.\n");
244
- #endif
+#endif
245
SmallVector<const char *, 256> Args(Argv, Argv + Argc);
246
247
if (llvm::sys::Process::FixupStandardFileDescriptors())
0 commit comments