[all-commits] [llvm/llvm-project] 724afa: [analyzer] Inline StringSet that's defined in a he...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Mon Jul 13 14:51:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 724afa5a331372ff1684f2bffa6976887490cbaf
https://github.com/llvm/llvm-project/commit/724afa5a331372ff1684f2bffa6976887490cbaf
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/SmartPtr.h
M clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
Log Message:
-----------
[analyzer] Inline StringSet that's defined in a header
That's just asking for ODR violations. Also drop a call to lower()
that's not needed.
More information about the All-commits
mailing list