We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962d215 commit cce1848Copy full SHA for cce1848
clang/include/clang/Support/Compiler.h
@@ -18,7 +18,7 @@
18
19
/// CLANG_ABI is the main export/visibility macro to mark something as
20
/// explicitly exported when clang is built as a shared library with everything
21
-/// else that is unannotated having internal visibility.
+/// else that is unannotated having hidden visibility.
22
///
23
/// CLANG_EXPORT_TEMPLATE is used on explicit template instantiations in source
24
/// files that were declared extern in a header. This macro is only set as a
0 commit comments