Skip to content

Commit cce1848

Browse files
fsfodvgvassilev
authored andcommitted
Change comment to say hidden instead of internal visibility
1 parent 962d215 commit cce1848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Support/Compiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

0 commit comments

Comments
 (0)