diff options
Diffstat (limited to 'clang-tools-extra/unittests/clang-modernize/VirtualFileHelper.h')
| -rw-r--r-- | clang-tools-extra/unittests/clang-modernize/VirtualFileHelper.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang-tools-extra/unittests/clang-modernize/VirtualFileHelper.h b/clang-tools-extra/unittests/clang-modernize/VirtualFileHelper.h index 093ace1d0dc..2960c72ab0d 100644 --- a/clang-tools-extra/unittests/clang-modernize/VirtualFileHelper.h +++ b/clang-tools-extra/unittests/clang-modernize/VirtualFileHelper.h @@ -12,8 +12,8 @@ /// //===----------------------------------------------------------------------===// -#ifndef CPP11_MIGRATE_VIRTUAL_FILE_HELPER_H -#define CPP11_MIGRATE_VIRTUAL_FILE_HELPER_H +#ifndef CLANG_MODERNIZE_VIRTUAL_FILE_HELPER_H +#define CLANG_MODERNIZE_VIRTUAL_FILE_HELPER_H #include "clang/Basic/Diagnostic.h" #include "clang/Basic/DiagnosticOptions.h" @@ -78,4 +78,4 @@ private: } // end namespace clang -#endif // CPP11_MIGRATE_VIRTUAL_FILE_HELPER_H +#endif // CLANG_MODERNIZE_VIRTUAL_FILE_HELPER_H |

