mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:30:12 +01:00
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:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user