Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ecpcitest
proteas
llvm-project
Commits
7a29b0b5
Commit
7a29b0b5
authored
Jan 23, 2022
by
Kazu Hirata
Browse files
[llvm] Fix header guards (NFC)
Identified with llvm-header-guard.
parent
1a5dea9e
Changes
6
Hide whitespace changes
Inline
Side-by-side
llvm/include/llvm/Analysis/NoInferenceModelRunner.h
View file @
7a29b0b5
...
...
@@ -40,4 +40,4 @@ private:
};
}
// namespace llvm
#endif // defined(LLVM_HAVE_TF_API)
#endif //
defined(
LLVM_ANALYSIS_NOINFERENCEMODELRUNNER_H
)
#endif // LLVM_ANALYSIS_NOINFERENCEMODELRUNNER_H
llvm/include/llvm/Analysis/ReleaseModeModelRunner.h
View file @
7a29b0b5
...
...
@@ -10,6 +10,10 @@
// Only inference is supported.
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_ANALYSIS_RELEASEMODEMODELRUNNER_H
#define LLVM_ANALYSIS_RELEASEMODEMODELRUNNER_H
#include
"llvm/Analysis/MLModelRunner.h"
#include
<memory>
...
...
@@ -70,3 +74,5 @@ private:
std
::
unique_ptr
<
TGen
>
CompiledModel
;
};
}
// namespace llvm
#endif // LLVM_ANALYSIS_RELEASEMODEMODELRUNNER_H
llvm/include/llvm/Demangle/ItaniumDemangle.h
View file @
7a29b0b5
...
...
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef DEMANGLE_ITANIUMDEMANGLE_H
#define DEMANGLE_ITANIUMDEMANGLE_H
#ifndef
LLVM_
DEMANGLE_ITANIUMDEMANGLE_H
#define
LLVM_
DEMANGLE_ITANIUMDEMANGLE_H
// FIXME: (possibly) incomplete list of features that clang mangles that this
// file does not yet support:
...
...
@@ -5749,4 +5749,4 @@ struct ManglingParser : AbstractManglingParser<ManglingParser<Alloc>, Alloc> {
DEMANGLE_NAMESPACE_END
#endif // DEMANGLE_ITANIUMDEMANGLE_H
#endif //
LLVM_
DEMANGLE_ITANIUMDEMANGLE_H
llvm/include/llvm/Demangle/StringView.h
View file @
7a29b0b5
...
...
@@ -10,8 +10,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef DEMANGLE_STRINGVIEW_H
#define DEMANGLE_STRINGVIEW_H
#ifndef
LLVM_
DEMANGLE_STRINGVIEW_H
#define
LLVM_
DEMANGLE_STRINGVIEW_H
#include
"DemangleConfig.h"
#include
<cassert>
...
...
llvm/include/llvm/Demangle/Utility.h
View file @
7a29b0b5
...
...
@@ -10,8 +10,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef DEMANGLE_UTILITY_H
#define DEMANGLE_UTILITY_H
#ifndef
LLVM_
DEMANGLE_UTILITY_H
#define
LLVM_
DEMANGLE_UTILITY_H
#include
"StringView.h"
#include
<array>
...
...
llvm/include/llvm/ProfileData/MemProfData.inc
View file @
7a29b0b5
#ifndef MEMPROF
_
DATA_INC
#define MEMPROF
_
DATA_INC
#ifndef
LLVM_PROFILEDATA_
MEMPROFDATA_INC
#define
LLVM_PROFILEDATA_
MEMPROFDATA_INC
/*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
|*
|* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment