[PATCH] D33009: [CodeView] Add an amortized O(1) random access type visitor

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 12:03:28 PDT 2017


krytarowski added inline comments.


================
Comment at: llvm/unittests/DebugInfo/CodeView/ErrorChecking.h:10
+
+#ifndef LLVM_UNITTESTS_DEBUGINFO_PDB_ERRORCHECKING_H
+#define LLVM_UNITTESTS_DEBUGINFO_PDB_ERRORCHECKING_H
----------------
`LLVM_UNITTESTS_DEBUGINFO_CODEVIEW_ERRORCHECKING_H` ?


https://reviews.llvm.org/D33009





More information about the llvm-commits mailing list