citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit f9f1249afe28e4811f9f17743b0f5d0137e510d5
parent 36b8bcdc320462f835081977e92ff296bc421bb4
Author: kyle <kyle@getaddrinfo.net>
Date:   Fri, 25 Mar 2016 13:18:20 -0600

instrument: unbreak on old llvm

Diffstat:
Minstrument/instrument_action.cc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/instrument/instrument_action.cc b/instrument/instrument_action.cc @@ -24,7 +24,7 @@ InstrumentAction::CreateASTConsumer(clang::CompilerInstance &CI, clang::StringRe // Hang onto a reference to this so we can read from it later InstrumentASTConsumer = new RewriteASTConsumer(TheRewriter); - return &InstrumentASTConsumer; + return InstrumentASTConsumer; } unsigned int