Remove setters from CXXTypeidExpr and CXXUuidofExpr.
authorRichard Smith <richard@metafoo.co.uk>
Wed, 15 Apr 2020 02:26:31 +0000 (19:26 -0700)
committerRichard Smith <richard@metafoo.co.uk>
Wed, 15 Apr 2020 06:15:27 +0000 (23:15 -0700)
commit5d3f7176c1b299d456cec7da4923be5f39e61228
tree37460a257c6e73ced343ce8993dce480b8d759d3
parentb8aa1e31ea227eafcd9af43622bb0ccd2da3fba0
Remove setters from CXXTypeidExpr and CXXUuidofExpr.

We generally prefer to have the ASTReader directly set fields rather
than including public setter functions.
clang/include/clang/AST/ExprCXX.h
clang/lib/Serialization/ASTReaderStmt.cpp