[libcxx-commits] [PATCH] D111947: [Demangle] Rename OutputStream to OutputString
James Henderson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 18 01:34:08 PDT 2021
jhenderson 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
----------------
Another header guard that shouldn't be changed?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111947/new/
https://reviews.llvm.org/D111947
More information about the libcxx-commits
mailing list