[PATCH] D123304: [clang][extract-api] Emit "functionSignature" in SGF for ObjC methods.

Daniel Grumberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 11 08:02:10 PDT 2022


dang updated this revision to Diff 421932.
dang added a comment.

Address code review feedback.

Introduce `has_function_signature` type trait to distinguish records that have a
function signatures.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123304

Files:
  clang/include/clang/ExtractAPI/API.h
  clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h
  clang/lib/ExtractAPI/API.cpp
  clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
  clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
  clang/test/ExtractAPI/objc_category.m
  clang/test/ExtractAPI/objc_interface.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123304.421932.patch
Type: text/x-patch
Size: 22902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220411/115761db/attachment-0001.bin>


More information about the cfe-commits mailing list