[all-commits] [llvm/llvm-project] 8b1b0d: Revert "Use std::is_same_v instead of std::is_same...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Aug 20 23:00:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b1b0d1d81213d10e6add52d93d0afd71baf6a04
      https://github.com/llvm/llvm-project/commit/8b1b0d1d81213d10e6add52d93d0afd71baf6a04
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-08-20 (Sat, 20 Aug 2022)

  Changed paths:
    M clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp
    M clang-tools-extra/clangd/support/Context.h
    M clang-tools-extra/clangd/support/Function.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/ParsedAttr.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/lib/AST/Type.cpp
    M clang/lib/Analysis/RetainSummaryManager.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M lld/MachO/InputFiles.cpp
    M llvm/include/llvm/ADT/APFloat.h
    M llvm/include/llvm/ADT/ArrayRef.h
    M llvm/include/llvm/ADT/FunctionExtras.h
    M llvm/include/llvm/ADT/STLFunctionalExtras.h
    M llvm/include/llvm/ADT/Sequence.h
    M llvm/include/llvm/ADT/SmallVector.h
    M llvm/include/llvm/ADT/StringRef.h
    M llvm/include/llvm/ADT/iterator.h
    M llvm/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h
    M llvm/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h
    M llvm/include/llvm/IR/Instruction.h
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/ProfileData/MemProf.h
    M llvm/include/llvm/Support/AllocatorBase.h
    M llvm/include/llvm/Support/Casting.h
    M llvm/include/llvm/Support/CommandLine.h
    M llvm/include/llvm/Support/FormatProviders.h
    M llvm/include/llvm/Support/FormatVariadicDetails.h
    M llvm/include/llvm/Support/JSON.h
    M llvm/include/llvm/Support/TrailingObjects.h
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/lib/Support/ItaniumManglingCanonicalizer.cpp
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h
    M llvm/lib/Target/AMDGPU/GCNIterativeScheduler.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Transforms/Scalar/NaryReassociate.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/utils/TableGen/CodeGenDAGPatterns.h
    M mlir/include/mlir/TableGen/Class.h

  Log Message:
  -----------
  Revert "Use std::is_same_v instead of std::is_same (NFC)"

This reverts commit c5da37e42d388947a40654b7011f2a820ec51601.

This patch seems to break builds with some versions of MSVC.




More information about the All-commits mailing list