Forward {read,write}SomeEnumType to {read,write}Enum instead of
authorJohn McCall <rjmccall@apple.com>
Mon, 16 Dec 2019 18:31:44 +0000 (13:31 -0500)
committerJohn McCall <rjmccall@apple.com>
Mon, 16 Dec 2019 18:34:00 +0000 (13:34 -0500)
commitb699fe8b951e14c6a892a58535976c252eb16210
treea1254ae67120eb4d95e8e092a37939e40c2685cd
parentda74c4d2d822f66182e875edadd94e48825cd23a
Forward {read,write}SomeEnumType to {read,write}Enum instead of
directly to {read,write}UInt32.

This will be useful for textual formats.  NFC.
clang/include/clang/AST/AbstractBasicReader.h
clang/include/clang/AST/AbstractBasicWriter.h
clang/utils/TableGen/ClangASTPropertiesEmitter.cpp