C API functions must be able to see their extern "C" definitions, or it will be impos...
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 19 Aug 2011 01:36:54 +0000 (01:36 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 19 Aug 2011 01:36:54 +0000 (01:36 +0000)
commit613d13beb03bb56a17e6b3262c5e8e539a7e9db8
tree5cbbeffe0b237ce04bba605392c8269890e99e05
parent201f2463a72f88121a3a31e7386029e99d2d75da
C API functions must be able to see their extern "C" definitions, or it will be impossible to call them from C.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138022 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Core.h
lib/Analysis/Analysis.cpp
lib/Transforms/IPO/IPO.cpp