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 efbfa3d commit e940619Copy full SHA for e940619
llvm/docs/CodingStandards.rst
@@ -1589,7 +1589,7 @@ that means restricting visibility to a single `.cpp` file if it's not referenced
1589
outside that file.
1590
1591
Visibility of file-scope non-member variables and functions can be restricted to
1592
-the current translation unit by using either `static` keyword or anonymous namespace.
+the current translation unit by using either the `static` keyword or an anonymous namespace.
1593
Anonymous namespaces are a great language feature that tells the C++ compiler that
1594
the contents of the namespace are only visible within the current translation unit,
1595
allowing more aggressive optimization and eliminating the possibility of symbol
0 commit comments