[all-commits] [llvm/llvm-project] 40ac42: Move static function to inline function - this fix...
Eric Christopher via All-commits
all-commits at lists.llvm.org
Thu Jan 16 16:12:55 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 40ac4221c30f9bd5d10200c262e53bf228cce6b8
https://github.com/llvm/llvm-project/commit/40ac4221c30f9bd5d10200c262e53bf228cce6b8
Author: Eric Christopher <echristo at gmail.com>
Date: 2020-01-16 (Thu, 16 Jan 2020)
Changed paths:
M llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
Log Message:
-----------
Move static function to inline function - this fixes a conceivable
ODR violation and a clang-tidy warning about an unused function
in a number of translation units.
More information about the All-commits
mailing list