CARBON_ header guards (#1261)

This modifies scripts/check_header_guards.py to add the CARBON_ prefix; everything else is pre-commit.
This commit is contained in:
Jon Meow
2022-05-12 17:25:43 -07:00
committed by GitHub
parent 3825f97e43
commit 20728dbd3a
81 changed files with 242 additions and 241 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
// Exceptions. See /LICENSE for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#ifndef MIGRATE_CPP_CPP_REFACTORING_FN_INSERTER_H_
#define MIGRATE_CPP_CPP_REFACTORING_FN_INSERTER_H_
#ifndef CARBON_MIGRATE_CPP_CPP_REFACTORING_FN_INSERTER_H_
#define CARBON_MIGRATE_CPP_CPP_REFACTORING_FN_INSERTER_H_
#include "migrate_cpp/cpp_refactoring/matcher.h"
@@ -25,4 +25,4 @@ class FnInserterFactory : public MatcherFactoryBase<FnInserter> {
} // namespace Carbon
#endif // MIGRATE_CPP_CPP_REFACTORING_FN_INSERTER_H_
#endif // CARBON_MIGRATE_CPP_CPP_REFACTORING_FN_INSERTER_H_