[PATCH] D80126: Add documentation URL records to the .dia format and expose them via libclang
Jan Korous via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 22 10:43:24 PDT 2020
jkorous added inline comments.
================
Comment at: clang/lib/Frontend/SerializedDiagnosticReader.cpp:323
+ // A documentation URL has an ID and path size.
+ if (Record.size() != 2)
+ return SDError::MalformedDiagnosticRecord;
----------------
owenv wrote:
> owenv wrote:
> > jkorous wrote:
> > > I am just wondering what happens with the ID. Shouldn't we pass it too?
> > I think the ID should be `Record[0]` in the call t visitDocumentationURLRecord below. I based this on the handling of category records.
> Sorry, I don't know how to reply without marking this as done
Got it!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80126/new/
https://reviews.llvm.org/D80126
More information about the cfe-commits
mailing list