From 6a7c82519b5d21fc610d7e52ce333a89006943c5 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Sat, 22 Sep 2018 22:49:38 +0000 Subject: [PATCH] [Index] Fix header guard naming git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@342825 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Index/USRGeneration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Index/USRGeneration.h b/include/clang/Index/USRGeneration.h index 4987cd6c5e..0bb7123674 100644 --- a/include/clang/Index/USRGeneration.h +++ b/include/clang/Index/USRGeneration.h @@ -90,5 +90,5 @@ bool generateUSRFragmentForModuleName(StringRef ModName, raw_ostream &OS); } // namespace index } // namespace clang -#endif // LLVM_CLANG_IDE_USRGENERATION_H +#endif // LLVM_CLANG_INDEX_USRGENERATION_H -- 2.50.1