summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-modernize/LoopConvert/StmtAncestor.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-modernize/LoopConvert/StmtAncestor.h')
-rw-r--r--clang-tools-extra/clang-modernize/LoopConvert/StmtAncestor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang-tools-extra/clang-modernize/LoopConvert/StmtAncestor.h b/clang-tools-extra/clang-modernize/LoopConvert/StmtAncestor.h
index 24079097652..89937af5350 100644
--- a/clang-tools-extra/clang-modernize/LoopConvert/StmtAncestor.h
+++ b/clang-tools-extra/clang-modernize/LoopConvert/StmtAncestor.h
@@ -13,8 +13,8 @@
///
//===----------------------------------------------------------------------===//
-#ifndef CPP11_MIGRATE_STMT_ANCESTOR_H
-#define CPP11_MIGRATE_STMT_ANCESTOR_H
+#ifndef CLANG_MODERNIZE_STMT_ANCESTOR_H
+#define CLANG_MODERNIZE_STMT_ANCESTOR_H
#include "clang/AST/RecursiveASTVisitor.h"
@@ -198,4 +198,4 @@ private:
bool VisitTypeLoc(clang::TypeLoc TL);
};
-#endif // CPP11_MIGRATE_STMT_ANCESTOR_H
+#endif // CLANG_MODERNIZE_STMT_ANCESTOR_H
OpenPOWER on IntegriCloud