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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits