[PATCH] D80914: [update_cc_test_checks.py] Handle C++ methods

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 03:41:52 PDT 2020


arichardson created this revision.
arichardson added a reviewer: MaskRay.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.

Previously the script only handled C input, this change extends the JSON
parsing to to also include C++ function types such as methods, constructors
and destructors.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80914

Files:
  clang/test/utils/update_cc_test_checks/Inputs/basic-cplusplus.cpp
  clang/test/utils/update_cc_test_checks/Inputs/basic-cplusplus.cpp.expected
  clang/test/utils/update_cc_test_checks/basic-cplusplus.test
  llvm/utils/update_cc_test_checks.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80914.267571.patch
Type: text/x-patch
Size: 6725 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200601/ff8c3f27/attachment.bin>


More information about the llvm-commits mailing list