This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Use a MemoryBufferRef when parsing configuration files.
ClosedPublic

Authored by njames93 on Dec 10 2020, 4:38 AM.

Details

Summary

Using a MemoryBufferRef, If there is an error parsing, we can point the user to the location of the file.

Diff Detail

Event Timeline

njames93 created this revision.Dec 10 2020, 4:38 AM
njames93 requested review of this revision.Dec 10 2020, 4:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 10 2020, 4:38 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Dec 10 2020, 5:05 AM
This revision was landed with ongoing or failed builds.Dec 10 2020, 6:52 AM
This revision was automatically updated to reflect the committed changes.