[PATCH] D134837: [libclang] Split-out some data structures out of `Index.h`

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 28 15:38:52 PDT 2022


jansvoboda11 created this revision.
jansvoboda11 added reviewers: akyrtzi, benlangmuir.
Herald added subscribers: ributzka, arphaman.
Herald added a project: All.
jansvoboda11 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

The `Index.h` header defines some data structures that are useful for other (non-indexing) APIs. This patch extracts those into separate headers.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134837

Files:
  clang/include/clang-c/CXDiagnostic.h
  clang/include/clang-c/CXFile.h
  clang/include/clang-c/CXSourceLocation.h
  clang/include/clang-c/Index.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134837.463688.patch
Type: text/x-patch
Size: 49129 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220928/b619c417/attachment-0001.bin>


More information about the cfe-commits mailing list