[llvm-branch-commits] [compiler-rt] 5331cd8 - run git clang-format
Andrés Villegas via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Nov 28 13:23:35 PST 2023
Author: Andrés Villegas
Date: 2023-11-28T21:23:29Z
New Revision: 5331cd8d7b873d79b516c2e47272d705d73e695d
URL: https://github.com/llvm/llvm-project/commit/5331cd8d7b873d79b516c2e47272d705d73e695d
DIFF: https://github.com/llvm/llvm-project/commit/5331cd8d7b873d79b516c2e47272d705d73e695d.diff
LOG: run git clang-format
Created using spr 1.3.4
Added:
Modified:
compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp
Removed:
################################################################################
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp b/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp
index cbd111e975781a3..b2a1069a9a61cc1 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp
@@ -72,7 +72,6 @@ const char *MarkupSymbolizerTool::Demangle(const char *name) {
// symbolization and pretty-print the markup.
#if !SANITIZER_FUCHSIA
-
static bool ModulesEq(const LoadedModule &module,
const RenderedModule &renderedModule) {
return module.base_address() == renderedModule.base_address &&
@@ -152,7 +151,8 @@ void MarkupStackTracePrinter::RenderContext(InternalScopedString *buffer) {
// kModuleUUIDSize is the size of curModule.uuid
CHECK_GE(kModuleUUIDSize, module.uuid_size());
- internal_memcpy(renderedModules_.back().uuid, module.uuid(), module.uuid_size());
+ internal_memcpy(renderedModules_.back().uuid, module.uuid(),
+ module.uuid_size());
}
}
#endif // !SANITIZER_FUCHSIA
More information about the llvm-branch-commits
mailing list