llvm-project
c1a6e384 - [clang-doc] Clean up inconsistent namespace usage in BitcodeWriter

Commit
11 hours ago
[clang-doc] Clean up inconsistent namespace usage in BitcodeWriter Typically we forgo prefixing things with clang::doc or llvm:: unless they overlap with something in std::, like `to_underlying()`. We also group things to avoid non-internal symbols by placing types in the anonymous namespace, and more logically grouping things that don't need to be in the clang::doc namespace.
Author
Committer
Parents
Loading