Skip to content

Commit

Permalink
Change comment to say hidden instead of internal visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fsfod committed Oct 11, 2024
1 parent 94542a1 commit d2bfa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Support/Compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/// CLANG_ABI is the main export/visibility macro to mark something as
/// explicitly exported when clang is built as a shared library with everything
/// else that is unannotated having internal visibility.
/// else that is unannotated having hidden visibility.
///
/// CLANG_EXPORT_TEMPLATE is used on explicit template instantiations in source
/// files that were declared extern in a header. This macro is only set as a
Expand Down

0 comments on commit d2bfa43

Please sign in to comment.