diff --git a/Insights.cpp b/Insights.cpp index c22ca5c8..8ce367dc 100644 --- a/Insights.cpp +++ b/Insights.cpp @@ -393,7 +393,7 @@ extern struct __mptr* __vtbl_array[]; // description). This lets every shell completion script reuse clang's parsing // and show the description alongside the option. The leading "--" is added here // so the bare option name from InsightsOptions.def can be reused directly. -#define INSIGHTS_OPT(option, name, deflt, description, category) \ +#define INSIGHTS_OPT(option, name, deflt, description, category) \ llvm::outs() << "--" << option << "\t" << description << "\n"; #include "InsightsOptions.def"