[PATCH] D139485: [LLVM] Remove redundant .c_str() and .get() calls where they are not needed.

Shafik Yaghmour via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 10:23:20 PST 2022


shafik added inline comments.


================
Comment at: lldb/source/API/SBPlatform.cpp:14
 #include "lldb/API/SBLaunchInfo.h"
-#include "lldb/API/SBPlatform.h"
 #include "lldb/API/SBUnixSignals.h"
----------------
These redundant  header removals looks unrelated and should be done as a separate NFC change.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139485/new/

https://reviews.llvm.org/D139485



More information about the llvm-commits mailing list