summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-09-22 22:49:38 +0000
committerFangrui Song <maskray@google.com>2018-09-22 22:49:38 +0000
commitdfc3b7bbf77437b3f3be4af7d989b591d9fa4441 (patch)
tree89cb16f594e9710d6a6a6a1e30748ad16c009c9b
parent6c47c62588573b7b902fe709abe2a31f4ee7238d (diff)
downloadbcm5719-llvm-dfc3b7bbf77437b3f3be4af7d989b591d9fa4441.tar.gz
bcm5719-llvm-dfc3b7bbf77437b3f3be4af7d989b591d9fa4441.zip
[Index] Fix header guard naming
llvm-svn: 342825
-rw-r--r--clang/include/clang/Index/USRGeneration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Index/USRGeneration.h b/clang/include/clang/Index/USRGeneration.h
index 4987cd6c5e4..0bb71236743 100644
--- a/clang/include/clang/Index/USRGeneration.h
+++ b/clang/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
OpenPOWER on IntegriCloud