Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the macro...
authorAaron Ballman <aaron@aaronballman.com>
Sun, 15 Feb 2015 22:00:20 +0000 (22:00 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sun, 15 Feb 2015 22:00:20 +0000 (22:00 +0000)
commitd898d31ebc4de1ca54013afd28d803d84dab3aa1
treece81cb35b3d77934d168d3236ee0bbba879c8960
parent734d3582745b5440b9c18c52bec71899b58798d5
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229335 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/llvm/ADT/IntervalMap.h
include/llvm/ADT/IntrusiveRefCntPtr.h
include/llvm/ADT/Optional.h
include/llvm/ADT/PointerUnion.h
include/llvm/Analysis/InlineCost.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/SlotIndexes.h
include/llvm/ExecutionEngine/Orc/JITSymbol.h
include/llvm/IR/CallSite.h
include/llvm/IR/DebugInfo.h
include/llvm/IR/Metadata.h
include/llvm/Support/Compiler.h
include/llvm/Support/ErrorOr.h
include/llvm/Support/StringPool.h
lib/Support/Windows/WindowsSupport.h
lib/Target/SystemZ/SystemZElimCompare.cpp
lib/Target/SystemZ/SystemZInstrInfo.cpp
unittests/Support/Casting.cpp