[all-commits] [llvm/llvm-project] e5739e: [include-cleaner] Defer decl->stdlib conversion in...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Wed Nov 16 07:52:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5739eb4f8135e20da7590c86d724920fd66753e
      https://github.com/llvm/llvm-project/commit/e5739eb4f8135e20da7590c86d724920fd66753e
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2022-11-16 (Wed, 16 Nov 2022)

  Changed paths:
    M clang-tools-extra/include-cleaner/include/clang-include-cleaner/Types.h
    M clang-tools-extra/include-cleaner/lib/Analysis.cpp
    M clang-tools-extra/include-cleaner/lib/Types.cpp

  Log Message:
  -----------
  [include-cleaner] Defer decl->stdlib conversion into decl->location conversion

We preserve decls for stdlib symbols after this patch in symbol. That
way we have a more unified view of stdlib and regular decls and can provide
reacher information in applications.

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




More information about the All-commits mailing list