[PATCH] D135557: Add needsImplicitDefaultConstructor and friends

Anders Langlands via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 9 23:46:58 PDT 2022


anderslanglands created this revision.
Herald added a subscriber: arphaman.
Herald added a project: All.
anderslanglands requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Wraps CXXRecord::needsImplicitDefaultConstructor, needsImplicitCopyConstructor, etc.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135557

Files:
  clang/bindings/python/clang/cindex.py
  clang/include/clang-c/Index.h
  clang/test/Index/annotate-attribute.cpp
  clang/test/Index/availability.cpp
  clang/test/Index/deletion.cpp
  clang/test/Index/file-refs.cpp
  clang/test/Index/get-cursor.cpp
  clang/test/Index/index-templates.cpp
  clang/test/Index/keep-going.cpp
  clang/test/Index/load-stmts.cpp
  clang/test/Index/print-display-names.cpp
  clang/test/Index/print-type-size.cpp
  clang/test/Index/print-type.cpp
  clang/test/Index/recursive-cxx-member-calls.cpp
  clang/test/Index/redeclarations.cpp
  clang/test/Parser/skip-function-bodies.mm
  clang/tools/c-index-test/c-index-test.c
  clang/tools/libclang/CIndex.cpp
  clang/tools/libclang/libclang.map

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135557.466434.patch
Type: text/x-patch
Size: 48075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221010/80971385/attachment-0001.bin>


More information about the cfe-commits mailing list