[PATCH] D51774: [clangd] NFC: Rename DexIndex to Dex
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 7 01:58:00 PDT 2018
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang-tools-extra/clangd/index/dex/Dex.h:20
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_INDEX_DEX_DEXINDEX_H
#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_INDEX_DEX_DEXINDEX_H
----------------
update header guards
https://reviews.llvm.org/D51774
More information about the cfe-commits
mailing list