Files
clang-p2996/clang/lib/Serialization/ASTWriterDecl.cpp
Jan Svoboda 53e49f15ab [clang][serialization] Pass ASTContext explicitly (#115235)
This patch removes `ASTWriter::Context` and starts passing `ASTContext
&` explicitly to functions that actually need it. This is a
non-functional change with the end-goal of being able to write
lightweight PCM files with no `ASTContext` at all.
2024-11-07 14:40:21 -08:00

114 KiB