]> granicus.if.org Git - clang/commit
Move static functions returning UDTs outside of the extern "C" block. Silences an...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 8 Feb 2016 15:52:13 +0000 (15:52 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 8 Feb 2016 15:52:13 +0000 (15:52 +0000)
commit002aec3613a30873a5332f38ff3e18886722b4d0
treebe3f836c08a75d2cf1ae4732b5d19d2281091a91
parent117277495d2a030a1db22df84e15068626ee553f
Move static functions returning UDTs outside of the extern "C" block. Silences an MSVC warning, and reduces the number of exported symbols.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260104 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/CIndex.cpp