This is new Clang-tidy check which I run through LLDB code base, so I think will be good idea to review at least one set of changes before applying check to other places.
I checked this patch on my own build on RHEL 6.
Paths
| Differential D14025
[LLDB] Fix Clang-tidy modernize-use-nullptr warnings in some files in include/lldb/Interpreter; other minor fixes. ClosedPublic Authored by Eugene.Zelenko on Oct 23 2015, 11:58 AM.
Details Summary This is new Clang-tidy check which I run through LLDB code base, so I think will be good idea to review at least one set of changes before applying check to other places. I checked this patch on my own build on RHEL 6.
Diff Detail
Event TimelineEugene.Zelenko retitled this revision from to [LLDB] Fix Clang-tidy modernize-use-nullptr warnings in some files in include/lldb/Interpreter; other minor fixes.. Eugene.Zelenko updated this object. This revision is now accepted and ready to land.Oct 23 2015, 1:22 PM Closed by commit rL251162: Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/Interpreter… (authored by eugenezelenko). · Explain WhyOct 23 2015, 5:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 38283 lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h
lldb/trunk/include/lldb/Interpreter/CommandObject.h
lldb/trunk/include/lldb/Interpreter/CommandObjectMultiword.h
lldb/trunk/include/lldb/Interpreter/CommandReturnObject.h
lldb/trunk/include/lldb/Interpreter/OptionGroupArchitecture.h
lldb/trunk/include/lldb/Interpreter/OptionValue.h
lldb/trunk/include/lldb/Interpreter/OptionValueProperties.h
lldb/trunk/include/lldb/Interpreter/OptionValueRegex.h
lldb/trunk/include/lldb/Interpreter/OptionValueString.h
lldb/trunk/include/lldb/Interpreter/Options.h
lldb/trunk/include/lldb/Interpreter/ScriptInterpreter.h
|