This is an archive of the discontinued LLVM Phabricator instance.

Serialization: Rename three AST diagnostics, NFC
ClosedPublic

Authored by dexonsmith on Nov 13 2020, 9:03 AM.

Details

Summary

All three diagnostics have a select between "PCH", "module", and "AST"
in the text. The most generic of these is "AST", so rename them from
err_module_... to err_ast_....

Diff Detail