mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
style(compiler): Use header guards conforming to style from .clang-tidy
This commit is contained in:
committed by
Quentin Bourgerie
parent
5167781e44
commit
428ba24807
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user