[all-commits] [llvm/llvm-project] 135ce2: [clang][ExtractAPI] Modify declaration fragment me...

Ruturaj Vaidya via All-commits all-commits at lists.llvm.org
Tue May 30 15:31:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 135ce2f820d881d5a7c5d90feab109174918a21f
      https://github.com/llvm/llvm-project/commit/135ce2f820d881d5a7c5d90feab109174918a21f
  Author: ruturaj4 <ruturajkvaidya at ku.edu>
  Date:   2023-05-30 (Tue, 30 May 2023)

  Changed paths:
    M clang/include/clang/ExtractAPI/DeclarationFragments.h
    M clang/include/clang/ExtractAPI/ExtractAPIVisitor.h

  Log Message:
  -----------
  [clang][ExtractAPI] Modify declaration fragment methods to add a new fragment at an arbitrary offset.

The current implementation doesn't support merging declaration fragments at arbitrary offsets. This patch adds that support
by modifying declaration fragment methods.

Differential Revision: https://reviews.llvm.org/D151048


  Commit: 92180dae775f66193069279ee7532735ea2fee06
      https://github.com/llvm/llvm-project/commit/92180dae775f66193069279ee7532735ea2fee06
  Author: ruturaj4 <ruturajkvaidya at ku.edu>
  Date:   2023-05-30 (Tue, 30 May 2023)

  Changed paths:
    M clang/include/clang/ExtractAPI/DeclarationFragments.h
    M clang/include/clang/ExtractAPI/ExtractAPIVisitor.h

  Log Message:
  -----------
  [clang][ExtractAPI] Modify declaration fragment methods to add a new fragment at an arbitrary offset.


Compare: https://github.com/llvm/llvm-project/compare/c03e6511cf58...92180dae775f


More information about the All-commits mailing list