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 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_