[PATCH] D158031: [clang][ExtractAPI] Refactor C++ method and field visitation

Erick Velez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 21 10:39:57 PDT 2023


evelez7 added a comment.

In D158031#4603363 <https://reviews.llvm.org/D158031#4603363>, @dang wrote:

> Did this change not affect ordering of the symbols in the generated JSON? Looks pretty good to me otherwise!

It only changed method ordering due to them not being grouped together, so instance methods always appear before static methods now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158031



More information about the cfe-commits mailing list