[all-commits] [llvm/llvm-project] e0321e: [analyzer] Enable move semantics for CallDescripti...
Endre Fülöp via All-commits
all-commits at lists.llvm.org
Mon Dec 20 03:16:13 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0321eb8615810c4115d46b15b60dc89f23cdbef
https://github.com/llvm/llvm-project/commit/e0321eb8615810c4115d46b15b60dc89f23cdbef
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] Enable move semantics for CallDescriptionMap
CallDescriptionMap is supposed to be immutable and opaque about the
stored CallDescriptions, but moving a CallDescriptionMap does not
violate these principles.
Reviewed By: steakhal
Differential Revision: https://reviews.llvm.org/D115931
More information about the All-commits
mailing list