Commit 9422db5
committed
[clang] Allow custom bug report messages
Clang vendors may need to set a custom message for bug reports if the
default is not sufficient (e.g. if they need the user to provide more
information than what the default message asks for). This can be
configured using the new macro `CLANG_CUSTOM_BUG_REPORT_MSG`.1 parent ff33c3b commit 9422db5
File tree
2 files changed
+7
-0
lines changed- clang
- include/clang/Config
- tools/driver
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
238 | 241 | | |
239 | 242 | | |
240 | 243 | | |
| 244 | + | |
241 | 245 | | |
242 | 246 | | |
243 | 247 | | |
| |||
0 commit comments