]> granicus.if.org Git - clang/commit
implement support for -finstrument-functions, patch by Nelson
authorChris Lattner <sabre@nondot.org>
Tue, 22 Jun 2010 00:03:40 +0000 (00:03 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 22 Jun 2010 00:03:40 +0000 (00:03 +0000)
commit7255a2d997b15beae82e627052fdb1b2474495c2
tree63ef52287521415eca80d519c06a565f6fd0ba1a
parent43dec6bbde2d0a16c35978983761c8b7030c8e18
implement support for -finstrument-functions, patch by Nelson
Elhage!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106507 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/AST/Attr.h
include/clang/Basic/Attr.td
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.h
lib/AST/AttrImpl.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Sema/SemaDeclAttr.cpp
test/CodeGen/instrument-functions.c [new file with mode: 0644]