[PATCH] D54472: Disable invalid isPodLike<> specialization

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 20 13:22:00 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL351701: Replace llvm::isPodLike<...>  by llvm::is_trivially_copyable<...> (authored by serge_sans_paille, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D54472?vs=182507&id=182710#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54472/new/

https://reviews.llvm.org/D54472

Files:
  cfe/trunk/include/clang/AST/BaseSubobject.h
  cfe/trunk/include/clang/AST/CharUnits.h
  cfe/trunk/include/clang/AST/DeclAccessPair.h
  cfe/trunk/include/clang/AST/DeclarationName.h
  cfe/trunk/include/clang/AST/ExprObjC.h
  cfe/trunk/include/clang/AST/GlobalDecl.h
  cfe/trunk/include/clang/AST/Type.h
  cfe/trunk/include/clang/Analysis/ProgramPoint.h
  cfe/trunk/include/clang/Basic/IdentifierTable.h
  cfe/trunk/include/clang/Basic/SourceLocation.h
  cfe/trunk/include/clang/Lex/Token.h
  cfe/trunk/include/clang/Sema/CodeCompleteConsumer.h
  cfe/trunk/include/clang/Sema/Ownership.h
  cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  cfe/trunk/lib/AST/VTableBuilder.cpp
  cfe/trunk/lib/Sema/SemaChecking.cpp
  cfe/trunk/lib/StaticAnalyzer/Core/RegionStore.cpp
  cfe/trunk/test/Analysis/llvm-conventions.cpp
  cfe/trunk/tools/libclang/Indexing.cpp
  llvm/trunk/docs/ProgrammersManual.rst
  llvm/trunk/include/llvm/ADT/ArrayRef.h
  llvm/trunk/include/llvm/ADT/DenseMap.h
  llvm/trunk/include/llvm/ADT/ImmutableList.h
  llvm/trunk/include/llvm/ADT/Optional.h
  llvm/trunk/include/llvm/ADT/PointerIntPair.h
  llvm/trunk/include/llvm/ADT/SmallVector.h
  llvm/trunk/include/llvm/ADT/StringRef.h
  llvm/trunk/include/llvm/ADT/bit.h
  llvm/trunk/include/llvm/Analysis/BlockFrequencyInfoImpl.h
  llvm/trunk/include/llvm/Bitcode/BitCodes.h
  llvm/trunk/include/llvm/CodeGen/DIE.h
  llvm/trunk/include/llvm/CodeGen/RegisterPressure.h
  llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h
  llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
  llvm/trunk/include/llvm/CodeGen/SlotIndexes.h
  llvm/trunk/include/llvm/CodeGen/TargetPassConfig.h
  llvm/trunk/include/llvm/IR/CFG.h
  llvm/trunk/include/llvm/IR/ValueHandle.h
  llvm/trunk/include/llvm/MC/MCInst.h
  llvm/trunk/include/llvm/Support/ScaledNumber.h
  llvm/trunk/include/llvm/Support/type_traits.h
  llvm/trunk/lib/Transforms/Scalar/SROA.cpp
  llvm/trunk/tools/llvm-diff/DifferenceEngine.cpp
  llvm/trunk/unittests/ADT/ArrayRefTest.cpp
  llvm/trunk/unittests/ADT/ImmutableListTest.cpp
  llvm/trunk/unittests/ADT/PointerIntPairTest.cpp
  llvm/trunk/unittests/ADT/StringRefTest.cpp
  llvm/trunk/unittests/Analysis/BlockFrequencyInfoTest.cpp
  llvm/trunk/unittests/Bitcode/BitstreamReaderTest.cpp
  llvm/trunk/unittests/CodeGen/CMakeLists.txt
  llvm/trunk/unittests/CodeGen/MachineInstrTest.cpp
  llvm/trunk/unittests/IR/CFGBuilder.cpp
  llvm/trunk/unittests/Support/ScaledNumberTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54472.182710.patch
Type: text/x-patch
Size: 34164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190120/9d509acd/attachment.bin>


More information about the llvm-commits mailing list