Some Include What You Use suggestions were used too.
Use anonymous namespaces in source files.
I checked this patch on my own build on RHEL 6. Regressions were OK.
Paths
| Differential D18778
[LLVM] Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes ClosedPublic Authored by Eugene.Zelenko on Apr 4 2016, 5:36 PM.
Details Summary Some Include What You Use suggestions were used too. Use anonymous namespaces in source files. I checked this patch on my own build on RHEL 6. Regressions were OK.
Diff Detail
Event TimelineEugene.Zelenko retitled this revision from to [LLVM] Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes. Eugene.Zelenko updated this object.
aaron.ballman edited edge metadata. Comment ActionsLGTM (with minor nit about header ordering).
This revision is now accepted and ready to land.Apr 5 2016, 12:08 PM Closed by commit rL265454: Fix Clang-tidy modernize-deprecated-headers warnings in remaining files… (authored by eugenezelenko). · Explain WhyApr 5 2016, 1:25 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 52734 llvm/trunk/lib/Support/APFloat.cpp
llvm/trunk/lib/Support/CrashRecoveryContext.cpp
llvm/trunk/lib/Support/Errno.cpp
llvm/trunk/lib/Support/Host.cpp
llvm/trunk/lib/Support/MathExtras.cpp
llvm/trunk/lib/Support/Mutex.cpp
llvm/trunk/lib/Support/RWMutex.cpp
llvm/trunk/lib/Support/SHA1.cpp
llvm/trunk/lib/Support/SearchForAddressOfSpecialSymbol.cpp
llvm/trunk/lib/Support/Unix/Path.inc
llvm/trunk/lib/Support/Unix/Process.inc
llvm/trunk/lib/Support/Unix/Program.inc
llvm/trunk/lib/Support/Unix/Signals.inc
llvm/trunk/lib/Support/Unix/ThreadLocal.inc
llvm/trunk/lib/Support/Unix/Unix.h
llvm/trunk/lib/Target/X86/X86ISelDAGToDAG.cpp
llvm/trunk/tools/llvm-c-test/echo.cpp
llvm/trunk/tools/llvm-c-test/llvm-c-test.h
llvm/trunk/tools/llvm-readobj/COFFDumper.cpp
llvm/trunk/tools/sancov/sancov.cc
llvm/trunk/tools/sanstats/sanstats.cpp
llvm/trunk/unittests/ADT/SCCIteratorTest.cpp
llvm/trunk/unittests/ADT/SmallStringTest.cpp
llvm/trunk/unittests/ADT/SmallVectorTest.cpp
llvm/trunk/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
llvm/trunk/unittests/Support/CommandLineTest.cpp
llvm/trunk/unittests/Support/ProgramTest.cpp
llvm/trunk/unittests/Support/StreamingMemoryObjectTest.cpp
llvm/trunk/unittests/Support/TimeValueTest.cpp
llvm/trunk/unittests/Support/TimerTest.cpp
|