This is an archive of the discontinued LLVM Phabricator instance.

[clang(d)] Include/Exclude CLDXC options properly
ClosedPublic

Authored by kadircet on Sep 15 2022, 12:03 PM.

Details

Summary

This handles the new CLDXC options that was introduced in
https://reviews.llvm.org/D128462 inside clang-tooling to make sure cl driver
mode is not broken.

Fixes https://github.com/clangd/clangd/issues/1292.

Diff Detail

Event Timeline

kadircet created this revision.Sep 15 2022, 12:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 15 2022, 12:03 PM
Herald added a subscriber: arphaman. · View Herald Transcript
kadircet requested review of this revision.Sep 15 2022, 12:03 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptSep 15 2022, 12:03 PM
sammccall accepted this revision.Sep 15 2022, 12:29 PM
This revision is now accepted and ready to land.Sep 15 2022, 12:29 PM
This revision was automatically updated to reflect the committed changes.