projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df5ef76
)
[Support] ModRef.h - fix include guard
author
Simon Pilgrim
<llvm-dev@redking.me.uk>
Sun, 29 Jan 2023 18:03:49 +0000
(18:03 +0000)
committer
Simon Pilgrim
<llvm-dev@redking.me.uk>
Sun, 29 Jan 2023 18:03:53 +0000
(18:03 +0000)
ModRef.h is part of Support not IR
Fixes clang-tidy warning
llvm/include/llvm/Support/ModRef.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Support/ModRef.h
b/llvm/include/llvm/Support/ModRef.h
index
becfd27
..
d135625
100644
(file)
--- a/
llvm/include/llvm/Support/ModRef.h
+++ b/
llvm/include/llvm/Support/ModRef.h
@@
-11,8
+11,8
@@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_
IR
_MODREF_H
-#define LLVM_
IR
_MODREF_H
+#ifndef LLVM_
SUPPORT
_MODREF_H
+#define LLVM_
SUPPORT
_MODREF_H
#include "llvm/ADT/BitmaskEnum.h"
#include "llvm/ADT/Sequence.h"