From: Fangrui Song Date: Sat, 22 Sep 2018 22:49:38 +0000 (+0000) Subject: [Index] Fix header guard naming X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a7c82519b5d21fc610d7e52ce333a89006943c5;p=clang [Index] Fix header guard naming git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@342825 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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