I checked this patch on my own build on RHEL 6. Regressions were OK.
Please check it in if it's OK, because I don't have SVN write access.
Paths
| Differential D12740
[LLVM] Fix Clang-tidy misc-use-override warnings, other minor fixes ClosedPublic Authored by Eugene.Zelenko on Sep 9 2015, 4:26 PM.
Details Summary I checked this patch on my own build on RHEL 6. Regressions were OK. Please check it in if it's OK, because I don't have SVN write access.
Diff Detail
Event TimelineEugene.Zelenko retitled this revision from to [LLVM] Fix Clang-tidy misc-use-override warnings, other minor fixes. Eugene.Zelenko updated this object. Comment Actions Please keep the list cc'd on patches. I have a few 80-column nits, but can fix those when committing. For future patches, please generate the patch with more context (e.g. "git diff -U9999"); that way the context is available in Phabricator.
This revision is now accepted and ready to land.Sep 9 2015, 5:13 PM Closed by commit rL247216: Fix Clang-tidy misc-use-override warnings, other minor fixes (authored by hans). · Explain WhySep 9 2015, 5:14 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 34392 llvm/trunk/include/llvm/CodeGen/MIRParser/MIRParser.h
llvm/trunk/include/llvm/ExecutionEngine/RuntimeDyld.h
llvm/trunk/include/llvm/Support/raw_ostream.h
llvm/trunk/include/llvm/TableGen/Record.h
llvm/trunk/lib/CodeGen/MIRPrintingPass.cpp
llvm/trunk/lib/ExecutionEngine/MCJIT/MCJIT.h
llvm/trunk/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
llvm/trunk/lib/Transforms/Instrumentation/SafeStack.cpp
llvm/trunk/utils/TableGen/InstrInfoEmitter.cpp
|