diff options
author | Fangrui Song <i@maskray.me> | 2022-07-13 16:26:54 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2022-07-13 16:26:54 -0700 |
commit | e690137dde1c9b037e0c987d393da054d86eeeab (patch) | |
tree | 5d5a58b92026eb8cf6a344af40bc05eaddc1344d /clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp | |
parent | c9168405396d9a536743d2bbc1fb9892954b4c03 (diff) | |
download | llvm-e690137dde1c9b037e0c987d393da054d86eeeab.zip llvm-e690137dde1c9b037e0c987d393da054d86eeeab.tar.gz llvm-e690137dde1c9b037e0c987d393da054d86eeeab.tar.bz2 |
[Support] Change compression::zlib::{compress,uncompress} to use uint8_t *
It's more natural to use uint8_t * (std::byte needs C++17 and llvm has
too much uint8_t *) and most callers use uint8_t * instead of char *.
The functions are recently moved into `llvm::compression::zlib::`, so
downstream projects need to make adaption anyway.
Diffstat (limited to 'clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp')
0 files changed, 0 insertions, 0 deletions