mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 01:56:05 +00:00

Use CaptureDroppedDiagnostics to make sure that there is a diagnostic client installed when warning flags are parsed. llvm-svn: 186582
4 lines
96 B
C
4 lines
96 B
C
// RUN: c-index-test -code-completion-at=%s:1:1 -Wunknown-foo-bar-warning -Werror %s
|
|
|
|
void f();
|