Author: chandlerc
Date: Wed Sep 4 14:15:54 2013
New Revision: 189974
URL: http://llvm.org/viewvc/llvm-project?rev=189974&view=rev
Log:
Update the header guards for clang-modernize's unittests.
Modified:
clang-tools-extra/trunk/unittests/clang-modernize/Utility.h
clang-tools-extra/trunk/unittests/clang-modernize/VirtualFileHelper.h
Modified: clang-tools-extra/trunk/unittests/clang-modernize/Utility.h
URL:
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/unittests/clang-modernize/Utility.h?rev=189974&r1=189973&r2=189974&view=diff
==============================================================================
--- clang-tools-extra/trunk/unittests/clang-modernize/Utility.h (original)
+++ clang-tools-extra/trunk/unittests/clang-modernize/Utility.h Wed Sep 4
14:15:54 2013
@@ -7,8 +7,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef CPP11_MIGRATE_UNITTESTS_UTILITY_H
-#define CPP11_MIGRATE_UNITTESTS_UTILITY_H
+#ifndef CLANG_MODERNIZE_UNITTESTS_UTILITY_H
+#define CLANG_MODERNIZE_UNITTESTS_UTILITY_H
// FIXME: copied from unittests/Support/Path.cpp
#define ASSERT_NO_ERROR(x)
\
@@ -22,4 +22,4 @@
} else {
\
}
-#endif // CPP11_MIGRATE_UNITTESTS_UTILITY_H
+#endif // CLANG_MODERNIZE_UNITTESTS_UTILITY_H
Modified: clang-tools-extra/trunk/unittests/clang-modernize/VirtualFileHelper.h
URL:
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/unittests/clang-modernize/VirtualFileHelper.h?rev=189974&r1=189973&r2=189974&view=diff
==============================================================================
--- clang-tools-extra/trunk/unittests/clang-modernize/VirtualFileHelper.h
(original)
+++ clang-tools-extra/trunk/unittests/clang-modernize/VirtualFileHelper.h Wed
Sep 4 14:15:54 2013
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits