[all-commits] [llvm/llvm-project] 33c9d0: Upgrade SmallSets of pointer-like types to SmallPt...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Mon Jul 20 07:58:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 33c9d0320e96ba17a3c7e84e04e22536f4b0a9e8
https://github.com/llvm/llvm-project/commit/33c9d0320e96ba17a3c7e84e04e22536f4b0a9e8
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M clang/include/clang/AST/DeclarationName.h
M clang/include/clang/AST/Redeclarable.h
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
Log Message:
-----------
Upgrade SmallSets of pointer-like types to SmallPtrSet
This is slightly more efficient. NFC.
Commit: f3f1ce4fa9f49c9d862fcc873eed92fee02b0685
https://github.com/llvm/llvm-project/commit/f3f1ce4fa9f49c9d862fcc873eed92fee02b0685
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M clang/lib/Driver/ToolChains/Cuda.cpp
M clang/lib/Driver/ToolChains/Cuda.h
M clang/lib/Driver/ToolChains/ROCm.h
Log Message:
-----------
[Driver] Promote SmallSet of enum to a bitset. NFCI.
Compare: https://github.com/llvm/llvm-project/compare/71e7a37e7eaf...f3f1ce4fa9f4
More information about the All-commits
mailing list