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.
Paths
| Differential D12171
[LLDB] Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Interpreter, unify closing inclusion guards ClosedPublic Authored by Eugene.Zelenko on Aug 19 2015, 3:34 PM.
Details Summary 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 Event TimelineEugene.Zelenko retitled this revision from to [LLDB] Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Interpreter, unify closing inclusion guards. Eugene.Zelenko updated this object. This revision is now accepted and ready to land.Sep 2 2015, 2:29 AM Closed by commit rL246627: Fix Clang-tidy misc-use-override warnings in some files in… (authored by labath). · Explain WhySep 2 2015, 2:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 32626 include/lldb/Interpreter/OptionValueArch.h
include/lldb/Interpreter/OptionValueArgs.h
include/lldb/Interpreter/OptionValueArray.h
include/lldb/Interpreter/OptionValueBoolean.h
include/lldb/Interpreter/OptionValueChar.h
include/lldb/Interpreter/OptionValueDictionary.h
include/lldb/Interpreter/OptionValueEnumeration.h
include/lldb/Interpreter/OptionValueFileSpec.h
include/lldb/Interpreter/OptionValueFileSpecList.h
include/lldb/Interpreter/OptionValueFormat.h
include/lldb/Interpreter/OptionValueFormatEntity.h
include/lldb/Interpreter/OptionValueLanguage.h
include/lldb/Interpreter/OptionValuePathMappings.h
include/lldb/Interpreter/OptionValueProperties.h
include/lldb/Interpreter/OptionValueRegex.h
include/lldb/Interpreter/OptionValueSInt64.h
include/lldb/Interpreter/OptionValueString.h
include/lldb/Interpreter/OptionValueUInt64.h
include/lldb/Interpreter/OptionValueUUID.h
|