[all-commits] [llvm/llvm-project] 96f937: [ADT] Mark IntervalMap::overlaps const
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Fri Oct 8 15:22:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96f937746e19eb9c5152ae9c3d0b36fd8ddccb9c
https://github.com/llvm/llvm-project/commit/96f937746e19eb9c5152ae9c3d0b36fd8ddccb9c
Author: Vedant Kumar <vsk at apple.com>
Date: 2021-10-08 (Fri, 08 Oct 2021)
Changed paths:
M llvm/include/llvm/ADT/IntervalMap.h
Log Message:
-----------
[ADT] Mark IntervalMap::overlaps const
This allows the overlaps() predicate to be used on a const IntervalMap.
Tested by building ADTTests, llc, and lldb-test.
More information about the All-commits
mailing list