Unverified Commit c925c164 authored by Jan Svoboda's avatar Jan Svoboda Committed by GitHub
Browse files

[clang][modules] NFCI: Pragma diagnostic mappings: write/read `FileID` instead...

[clang][modules] NFCI: Pragma diagnostic mappings: write/read `FileID` instead of `SourceLocation` (#87427)

For pragma diagnostic mappings, we always write/read `SourceLocation`
with offset 0. This is equivalent to just writing a `FileID`, which is
exactly what this patch starts doing.

Originally reviewed here: https://reviews.llvm.org/D137213
parent 3b19cd7f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment