mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:50:14 +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 TOOLCHAIN_SOURCE_SOURCE_BUFFER_H_
|
||||
#define TOOLCHAIN_SOURCE_SOURCE_BUFFER_H_
|
||||
#ifndef CARBON_TOOLCHAIN_SOURCE_SOURCE_BUFFER_H_
|
||||
#define CARBON_TOOLCHAIN_SOURCE_SOURCE_BUFFER_H_
|
||||
|
||||
#include <string>
|
||||
#include <utility>
|
||||
@@ -74,4 +74,4 @@ class SourceBuffer {
|
||||
|
||||
} // namespace Carbon
|
||||
|
||||
#endif // TOOLCHAIN_SOURCE_SOURCE_BUFFER_H_
|
||||
#endif // CARBON_TOOLCHAIN_SOURCE_SOURCE_BUFFER_H_
|
||||
|
||||
Reference in New Issue
Block a user