[PATCH] D80126: Add documentation URL records to the .dia format and expose them via libclang

Owen Voorhees via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 20 10:23:04 PDT 2020


owenv updated this revision to Diff 265294.
owenv added a comment.

Updated terminology to generalize the feature so Clang diagnostics can adopt it in the future.
Also switched from local paths to URLs so local and remote documentation can both be supported if desired


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80126/new/

https://reviews.llvm.org/D80126

Files:
  clang/include/clang-c/Index.h
  clang/include/clang/Frontend/SerializedDiagnosticReader.h
  clang/include/clang/Frontend/SerializedDiagnostics.h
  clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
  clang/lib/Frontend/SerializedDiagnosticReader.cpp
  clang/test/Misc/Inputs/serialized-diags-documentation.dia
  clang/test/Misc/serialized-diags-doumentation.c
  clang/tools/c-index-test/c-index-test.c
  clang/tools/libclang/CIndexDiagnostic.cpp
  clang/tools/libclang/CIndexDiagnostic.h
  clang/tools/libclang/CXLoadedDiagnostic.cpp
  clang/tools/libclang/CXLoadedDiagnostic.h
  clang/tools/libclang/CXStoredDiagnostic.cpp
  clang/tools/libclang/libclang.exports

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80126.265294.patch
Type: text/x-patch
Size: 17808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200520/c808a027/attachment-0001.bin>


More information about the cfe-commits mailing list