style(compiler): Use header guards conforming to style from .clang-tidy

This commit is contained in:
Andi Drebes
2021-06-08 15:48:06 +02:00
committed by Quentin Bourgerie
parent 5167781e44
commit 428ba24807
6 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
#ifndef ZAMALANG_DIALECT_HLFHE_HLFHE_DIALECT_H
#define ZAMALANG_DIALECT_HLFHE_HLFHE_DIALECT_H
#ifndef ZAMALANG_DIALECT_HLFHE_IR_HLFHEDIALECT_H
#define ZAMALANG_DIALECT_HLFHE_IR_HLFHEDIALECT_H
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Dialect.h"

View File

@@ -1,5 +1,5 @@
#ifndef ZAMALANG_DIALECT_HLFHE_HLFHE_OPS_H
#define ZAMALANG_DIALECT_HLFHE_HLFHE_OPS_H
#ifndef ZAMALANG_DIALECT_HLFHE_IR_HLFHEOPS_H
#define ZAMALANG_DIALECT_HLFHE_IR_HLFHEOPS_H
#include <mlir/IR/BuiltinOps.h>
#include <mlir/IR/BuiltinTypes.h>

View File

@@ -1,5 +1,5 @@
#ifndef ZAMALANG_DIALECT_HLFHE_HLFHE_TYPES_H
#define ZAMALANG_DIALECT_HLFHE_HLFHE_TYPES_H
#ifndef ZAMALANG_DIALECT_HLFHE_IR_HLFHETYPES_H
#define ZAMALANG_DIALECT_HLFHE_IR_HLFHETYPES_H
#include "llvm/ADT/TypeSwitch.h"
#include <mlir/IR/BuiltinOps.h>

View File

@@ -1,5 +1,5 @@
#ifndef ZAMALANG_DIALECT_MidLFHE_MidLFHE_DIALECT_H
#define ZAMALANG_DIALECT_MidLFHE_MidLFHE_DIALECT_H
#ifndef ZAMALANG_DIALECT_MIDLFHE_IR_MIDLFHEDIALECT_H
#define ZAMALANG_DIALECT_MIDLFHE_IR_MIDLFHEDIALECT_H
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Dialect.h"

View File

@@ -1,5 +1,5 @@
#ifndef ZAMALANG_DIALECT_MidLFHE_MidLFHE_OPS_H
#define ZAMALANG_DIALECT_MidLFHE_MidLFHE_OPS_H
#ifndef ZAMALANG_DIALECT_MIDLFHE_IR_MIDLFHEOPS_H
#define ZAMALANG_DIALECT_MIDLFHE_IR_MIDLFHEOPS_H
#include <mlir/IR/Builders.h>
#include <mlir/IR/BuiltinOps.h>

View File

@@ -1,5 +1,5 @@
#ifndef ZAMALANG_DIALECT_MidLFHE_MidLFHE_TYPES_H
#define ZAMALANG_DIALECT_MidLFHE_MidLFHE_TYPES_H
#ifndef ZAMALANG_DIALECT_MIDLFHE_IR_MIDLFHETYPES_H
#define ZAMALANG_DIALECT_MIDLFHE_IR_MIDLFHETYPES_H
#include "llvm/ADT/TypeSwitch.h"
#include <mlir/IR/BuiltinOps.h>