]> granicus.if.org Git - clang/commit
Add -fobjc-trace to emit a call before and after each Objective-C message send
authorDavid Chisnall <csdavec@swan.ac.uk>
Mon, 9 Apr 2012 15:42:15 +0000 (15:42 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Mon, 9 Apr 2012 15:42:15 +0000 (15:42 +0000)
commit649ee3fec12dcf7167630ff88087ad116e9eefa6
tree2b788913f6a8820107f5e6a76c9653a5b0ca70f9
parente2571793ba6fc13e5525b8d7224812f99842a1a4
Add -fobjc-trace to emit a call before and after each Objective-C message send
for hooking in code flow visualisation applications.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154321 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/CGObjCGNU.cpp
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGenObjC/trace.m [new file with mode: 0644]