[all-commits] [llvm/llvm-project] 1b162f: [Support] Change SetVector's default template para...

Fangrui Song via All-commits all-commits at lists.llvm.org
Tue Jul 25 13:13:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b162fabe8fa07b6758fe2bce51f0dc19dd6e265
      https://github.com/llvm/llvm-project/commit/1b162fabe8fa07b6758fe2bce51f0dc19dd6e265
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M llvm/include/llvm/ADT/SetVector.h
    M llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.cpp
    M llvm/unittests/Support/ThreadPool.cpp
    M mlir/include/mlir/Support/LLVM.h
    M mlir/lib/Analysis/SliceAnalysis.cpp

  Log Message:
  -----------
  [Support] Change SetVector's default template parameter to SmallVector<*, 0>

Similar to D156016 for MapVector.

This brings back commit fae7b98c221b5b28797f7b56b656b6b819d99f27 with a
fix to llvm/unittests/Support/ThreadPool.cpp's `_WIN32` code path.




More information about the All-commits mailing list