[Lldb-commits] [PATCH] D78109: Ran git clang-format

Konrad Wilhelm Kleine via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 14 06:55:50 PDT 2020


kwk created this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

Depends on D74136 <https://reviews.llvm.org/D74136>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78109

Files:
  lldb/source/Core/SearchFilter.cpp


Index: lldb/source/Core/SearchFilter.cpp
===================================================================
--- lldb/source/Core/SearchFilter.cpp
+++ lldb/source/Core/SearchFilter.cpp
@@ -717,8 +717,8 @@
     cu_spec = sym_ctx.comp_unit->GetPrimaryFile();
   if (m_cu_spec_list.FindFileIndex(0, cu_spec, false) != UINT32_MAX)
     return true;
-  // ^ If the primary source file associated with the symbol's compile unit is in
-  // the list of CU's or support files, that's enough.
+  // ^ If the primary source file associated with the symbol's compile unit is
+  // in the list of CU's or support files, that's enough.
   // TODO(kwk): Is that enough?
 
   return SearchFilterByModuleList::ModulePasses(sym_ctx.module_sp);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78109.257312.patch
Type: text/x-patch
Size: 727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200414/c724968e/attachment.bin>


More information about the lldb-commits mailing list