[all-commits] [llvm/llvm-project] 4e86e5: [DenseMap] Add assertion that end() iterator isn't...
Eli Friedman via All-commits
all-commits at lists.llvm.org
Sat Apr 11 14:54:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4e86e5eedc684453fe0af6eca2ebdbff33db012c
https://github.com/llvm/llvm-project/commit/4e86e5eedc684453fe0af6eca2ebdbff33db012c
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M llvm/include/llvm/ADT/DenseMap.h
Log Message:
-----------
[DenseMap] Add assertion that end() iterator isn't derefenced.
This would have saved me some time this morning.
More information about the All-commits
mailing list