[all-commits] [llvm/llvm-project] c6a861: [analyzer] Add range constructor to CallDescriptio...

Endre Fülöp via All-commits all-commits at lists.llvm.org
Mon Dec 20 03:16:59 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c6a861e644a99a9e0b5a6acf40394127bc125f51
      https://github.com/llvm/llvm-project/commit/c6a861e644a99a9e0b5a6acf40394127bc125f51
  Author: Endre Fülöp <endre.fulop at sigmatechnology.se>
  Date:   2021-12-19 (Sun, 19 Dec 2021)

  Changed paths:
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h

  Log Message:
  -----------
  [analyzer] Add range constructor to CallDescriptionMap

CallDescriptionMap benefits from a range constructor when the
CallDescription and mapped type pairs cannot be constructed at once, but
are built incrementally.

Reviewed By: steakhal

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




More information about the All-commits mailing list