[pkg-d-commits] [ldc] 128/211: Fix mismatched fwd declaration and clang-format. [NFC]
Matthias Klumpp
mak at moszumanska.debian.org
Sun Apr 23 22:36:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to annotated tag v1.1.0
in repository ldc.
commit 53599b43234f49c4a737f27a595e307d3ca970e8
Author: Johan Engelen <jbc.engelen at gmail.com>
Date: Tue Nov 8 11:25:18 2016 +0100
Fix mismatched fwd declaration and clang-format. [NFC]
---
gen/runtime.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gen/runtime.h b/gen/runtime.h
index 10bd26d..7040097 100644
--- a/gen/runtime.h
+++ b/gen/runtime.h
@@ -21,17 +21,17 @@ class Module;
}
struct Loc;
-struct FuncDeclaration;
+class FuncDeclaration;
// D runtime support helpers
bool initRuntime();
void freeRuntime();
llvm::Function *getRuntimeFunction(const Loc &loc, llvm::Module &target,
- const char *name);
+ const char *name);
-llvm::GlobalVariable *
-getRuntimeGlobal(const Loc &loc, llvm::Module &target, const char *name);
+llvm::GlobalVariable *getRuntimeGlobal(const Loc &loc, llvm::Module &target,
+ const char *name);
void emitInstrumentationFnEnter(FuncDeclaration *decl);
void emitInstrumentationFnLeave(FuncDeclaration *decl);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git
More information about the pkg-d-commits
mailing list