]> granicus.if.org Git - clang/blobdiff - include/clang/Tooling/JSONCompilationDatabase.h
Header guard canonicalization, clang part.
[clang] / include / clang / Tooling / JSONCompilationDatabase.h
index 894191f30386811cbb6053ea52b2b5b7838f00e9..b4edc31652f785bbe3dbe869f800e0bef1b6c13f 100644 (file)
@@ -12,8 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_CLANG_TOOLING_JSON_COMPILATION_DATABASE_H
-#define LLVM_CLANG_TOOLING_JSON_COMPILATION_DATABASE_H
+#ifndef LLVM_CLANG_TOOLING_JSONCOMPILATIONDATABASE_H
+#define LLVM_CLANG_TOOLING_JSONCOMPILATIONDATABASE_H
 
 #include "clang/Basic/LLVM.h"
 #include "clang/Tooling/CompilationDatabase.h"
@@ -113,4 +113,4 @@ private:
 } // end namespace tooling
 } // end namespace clang
 
-#endif // LLVM_CLANG_TOOLING_JSON_COMPILATION_DATABASE_H
+#endif