This is an archive of the discontinued LLVM Phabricator instance.

[clang-scan-deps] use `-Wno-error` when scanning for dependencies
ClosedPublic

Authored by arphaman on Jul 3 2019, 10:51 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman created this revision.Jul 3 2019, 10:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 3 2019, 10:51 AM
This revision is now accepted and ready to land.Jul 3 2019, 10:55 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 3 2019, 11:02 AM

Is warning output suppressed? If so, should we just/also disable all warnings? (IIRC, the flag is -w.)