summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c/Index.h
diff options
context:
space:
mode:
authorIvan Donchevskii <ivan.donchevskii@qt.io>2018-01-16 12:11:59 +0000
committerIvan Donchevskii <ivan.donchevskii@qt.io>2018-01-16 12:11:59 +0000
commit4cab0fec443028eefe6b25dfa355f506ddbb5eb3 (patch)
treea88e89cc1ed9ae3a1cd543182a018b5cf77f5f1b /clang/include/clang-c/Index.h
parent76ce3d9e8d07f9c9c3cb11a9054105f9adb7afbb (diff)
downloadbcm5719-llvm-4cab0fec443028eefe6b25dfa355f506ddbb5eb3.tar.gz
bcm5719-llvm-4cab0fec443028eefe6b25dfa355f506ddbb5eb3.zip
Add missing CINDEX_LINKAGE
Follow up for [libclang] Add PrintingPolicy for pretty printing declarations Differential Revision: https://reviews.llvm.org/D39903 llvm-svn: 322546
Diffstat (limited to 'clang/include/clang-c/Index.h')
-rw-r--r--clang/include/clang-c/Index.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 0c90468e9b2..f1a58f8e08a 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -4136,16 +4136,16 @@ enum CXPrintingPolicyProperty {
/**
* \brief Get a property value for the given printing policy.
*/
-unsigned
+CINDEX_LINKAGE unsigned
clang_PrintingPolicy_getProperty(CXPrintingPolicy Policy,
enum CXPrintingPolicyProperty Property);
/**
* \brief Set a property value for the given printing policy.
*/
-void clang_PrintingPolicy_setProperty(CXPrintingPolicy Policy,
- enum CXPrintingPolicyProperty Property,
- unsigned Value);
+CINDEX_LINKAGE void clang_PrintingPolicy_setProperty(CXPrintingPolicy Policy,
+ enum CXPrintingPolicyProperty Property,
+ unsigned Value);
/**
* \brief Retrieve the default policy for the cursor.
OpenPOWER on IntegriCloud