llvm-project
b17ab415 - [clang-doc] Use const and constexpr arrays in BitcodeWriter

Commit
12 hours ago
[clang-doc] Use const and constexpr arrays in BitcodeWriter We have three static data structures in the BitcodeWriter implementation that all use std::vector. Instead, we can make them constant arrays. These data structures and their types are also not in the anonymous namespace, so just move these helpers out of the clang::doc namespace and improve the hygiene since we're changing the code anyway.
Author
Committer
Parents
Loading