This is an archive of the discontinued LLVM Phabricator instance.

[c-index-test] Suppress -Wcast-qual after D153911
AbandonedPublic

Authored by MaskRay on Jul 18 2023, 7:42 PM.

Details

Reviewers
AlexM
dblaikie
Summary

free_remapped_files needs to discard the casts qualifier.
index_startedTranslationUnit casts a string literal to void *.

Since we probably cannot change the public API, suppress the warnings.

Diff Detail