[libcxx-commits] [PATCH] D111947: [Demangle] Rename OutputStream to OutputString
Luís Ferreira via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 18 06:39:44 PDT 2021
ljmf00 added inline comments.
================
Comment at: llvm/include/llvm/Demangle/Utility.h:12-14
-#ifndef LLVM_DEMANGLE_UTILITY_H
-#define LLVM_DEMANGLE_UTILITY_H
+#ifndef DEMANGLE_UTILITY_H
+#define DEMANGLE_UTILITY_H
----------------
jhenderson wrote:
> Another header guard that shouldn't be changed?
Sorry, I missed that file too. Should be good now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111947/new/
https://reviews.llvm.org/D111947
More information about the libcxx-commits
mailing list