Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Insights.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading