This is an archive of the discontinued LLVM Phabricator instance.

[LLDB] Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core, unify closing inclusion guards
ClosedPublic

Authored by Eugene.Zelenko on Jul 31 2015, 2:17 PM.

Details

Summary

Also fixed similar problem in source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h to fix Clang warnings appeared with LLVM_ENABLE_WARNINGS.

I checked this patch on my own build on RHEL 6.

Please check it in if it's OK, because I don't have SVN write access.

Diff Detail

Repository
rL LLVM

Event Timeline

Eugene.Zelenko retitled this revision from to [LLDB] Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core, unify closing inclusion guards.
Eugene.Zelenko updated this object.
Eugene.Zelenko added reviewers: labath, clayborg.
This revision was automatically updated to reflect the committed changes.
labath edited edge metadata.Aug 18 2015, 1:40 AM

Committed as r245275. Note that some changes did not apply cleanly anymore. I have committed only the subset which did.