Skip to content

Commit 127cb89

Browse files
committed
Add CSUPPORT_EXPORT after rebase.
1 parent d1af3ae commit 127cb89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SWBCSupport/CLibclang.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ CSUPPORT_EXPORT bool libclang_has_cas_up_to_date_checks_feature(libclang_t lib);
129129
CSUPPORT_EXPORT bool libclang_has_current_working_directory_optimization(libclang_t lib);
130130

131131
/// Whether the libclang has reproducer generation support.
132-
bool libclang_has_reproducer_feature(libclang_t lib);
132+
CSUPPORT_EXPORT bool libclang_has_reproducer_feature(libclang_t lib);
133133

134134
/// Create the CAS options object.
135135
CSUPPORT_EXPORT libclang_casoptions_t libclang_casoptions_create(libclang_t lib);
@@ -214,7 +214,7 @@ CSUPPORT_EXPORT bool libclang_scanner_scan_dependencies(
214214
/// \param workingDirectory - The working directory to use for evaluation.
215215
/// \param message[out] - The human-readable message describing the result of the operation.
216216
/// \returns True on success, false if something failed (see \p message for more details).
217-
bool libclang_scanner_generate_reproducer(
217+
CSUPPORT_EXPORT bool libclang_scanner_generate_reproducer(
218218
libclang_scanner_t scanner, int argc, char *const *argv, const char *workingDirectory,
219219
const char **message);
220220

0 commit comments

Comments
 (0)