diff options
Diffstat (limited to 'clang-tools-extra/clang-modernize/LoopConvert/LoopMatchers.h')
| -rw-r--r-- | clang-tools-extra/clang-modernize/LoopConvert/LoopMatchers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang-tools-extra/clang-modernize/LoopConvert/LoopMatchers.h b/clang-tools-extra/clang-modernize/LoopConvert/LoopMatchers.h index b0cd8a5a7cc..4d3b32b4360 100644 --- a/clang-tools-extra/clang-modernize/LoopConvert/LoopMatchers.h +++ b/clang-tools-extra/clang-modernize/LoopConvert/LoopMatchers.h @@ -16,8 +16,8 @@ /// //===----------------------------------------------------------------------===// -#ifndef CPP11_MIGRATE_LOOP_MATCHERS_H -#define CPP11_MIGRATE_LOOP_MATCHERS_H +#ifndef CLANG_MODERNIZE_LOOP_MATCHERS_H +#define CLANG_MODERNIZE_LOOP_MATCHERS_H #include "clang/ASTMatchers/ASTMatchers.h" @@ -39,4 +39,4 @@ clang::ast_matchers::StatementMatcher makeArrayLoopMatcher(); clang::ast_matchers::StatementMatcher makeIteratorLoopMatcher(); clang::ast_matchers::StatementMatcher makePseudoArrayLoopMatcher(); -#endif // CPP11_MIGRATE_LOOP_MATCHERS_H +#endif // CLANG_MODERNIZE_LOOP_MATCHERS_H |

