r342825 - [Index] Fix header guard naming

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 22 15:49:38 PDT 2018


Author: maskray
Date: Sat Sep 22 15:49:38 2018
New Revision: 342825

URL: http://llvm.org/viewvc/llvm-project?rev=342825&view=rev
Log:
[Index] Fix header guard naming

Modified:
    cfe/trunk/include/clang/Index/USRGeneration.h

Modified: cfe/trunk/include/clang/Index/USRGeneration.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Index/USRGeneration.h?rev=342825&r1=342824&r2=342825&view=diff
==============================================================================
--- cfe/trunk/include/clang/Index/USRGeneration.h (original)
+++ cfe/trunk/include/clang/Index/USRGeneration.h Sat Sep 22 15:49:38 2018
@@ -90,5 +90,5 @@ bool generateUSRFragmentForModuleName(St
 } // namespace index
 } // namespace clang
 
-#endif // LLVM_CLANG_IDE_USRGENERATION_H
+#endif // LLVM_CLANG_INDEX_USRGENERATION_H
 




More information about the cfe-commits mailing list