For PR786:
authorReid Spencer <rspencer@reidspencer.com>
Wed, 24 May 2006 19:21:13 +0000 (19:21 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 24 May 2006 19:21:13 +0000 (19:21 +0000)
commit19b7e0e0cabfa6dfc559c64e3d6ed053832c4047
tree79b2611d6dfc345798b274934fd99127b12e71dc
parent077b38720772de4b87d5855a399d95b7dbd5b278
For PR786:
Minor tweaks in public headers and a few .cpp files so that LLVM can build
successfully with -pedantic and projects using LLVM with -pedantic don't
get warnings from LLVM. There's still more -pedantic warnings to fix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28453 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/ADT/StringExtras.h
include/llvm/CodeGen/ValueTypes.h
include/llvm/Constants.h
include/llvm/Support/MathExtras.h
include/llvm/Support/SlowOperationInformer.h
include/llvm/Target/TargetLowering.h
include/llvm/Type.h
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp
runtime/GCCLibraries/crtend/Exception.h
tools/llvm-prof/llvm-prof.cpp