aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/CIndex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libclang/CIndex.cpp')
-rw-r--r--tools/libclang/CIndex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libclang/CIndex.cpp b/tools/libclang/CIndex.cpp
index 3882d7bc95..872c915180 100644
--- a/tools/libclang/CIndex.cpp
+++ b/tools/libclang/CIndex.cpp
@@ -5739,6 +5739,8 @@ void SetSafetyThreadStackSize(unsigned Value) {
SafetyStackThreadSize = Value;
}
+}
+
void clang::setBackGroundPriority() {
// FIXME: Move to llvm/Support and make it cross-platform.
#ifdef __APPLE__
@@ -5746,8 +5748,6 @@ void clang::setBackGroundPriority() {
#endif
}
-}
-
extern "C" {
CXString clang_getClangVersion() {