diff options
Diffstat (limited to 'clang/lib/Analysis/FormatStringParsing.h')
-rw-r--r-- | clang/lib/Analysis/FormatStringParsing.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Analysis/FormatStringParsing.h b/clang/lib/Analysis/FormatStringParsing.h index fba318042cb..e1652964b8c 100644 --- a/clang/lib/Analysis/FormatStringParsing.h +++ b/clang/lib/Analysis/FormatStringParsing.h @@ -1,5 +1,5 @@ -#ifndef LLVM_CLANG_FORMAT_PARSING_H -#define LLVM_CLANG_FORMAT_PARSING_H +#ifndef LLVM_CLANG_LIB_ANALYSIS_FORMATSTRINGPARSING_H +#define LLVM_CLANG_LIB_ANALYSIS_FORMATSTRINGPARSING_H #include "clang/AST/ASTContext.h" #include "clang/AST/Type.h" |