diff options
Diffstat (limited to 'clang-tools-extra/clang-modernize/UseAuto/UseAuto.h')
| -rw-r--r-- | clang-tools-extra/clang-modernize/UseAuto/UseAuto.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang-tools-extra/clang-modernize/UseAuto/UseAuto.h b/clang-tools-extra/clang-modernize/UseAuto/UseAuto.h index 26b5e4496f6..2293fd71f19 100644 --- a/clang-tools-extra/clang-modernize/UseAuto/UseAuto.h +++ b/clang-tools-extra/clang-modernize/UseAuto/UseAuto.h @@ -15,8 +15,8 @@ /// //===----------------------------------------------------------------------===// -#ifndef CPP11_MIGRATE_USE_AUTO_H -#define CPP11_MIGRATE_USE_AUTO_H +#ifndef CLANG_MODERNIZE_USE_AUTO_H +#define CLANG_MODERNIZE_USE_AUTO_H #include "Core/Transform.h" #include "llvm/Support/Compiler.h" @@ -39,4 +39,4 @@ public: const std::vector<std::string> &SourcePaths) LLVM_OVERRIDE; }; -#endif // CPP11_MIGRATE_USE_AUTO_H +#endif // CLANG_MODERNIZE_USE_AUTO_H |

