[all-commits] [llvm/llvm-project] 5d3f71: Remove setters from CXXTypeidExpr and CXXUuidofExpr.
Richard Smith via All-commits
all-commits at lists.llvm.org
Tue Apr 14 23:23:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5d3f7176c1b299d456cec7da4923be5f39e61228
https://github.com/llvm/llvm-project/commit/5d3f7176c1b299d456cec7da4923be5f39e61228
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M clang/include/clang/AST/ExprCXX.h
M clang/lib/Serialization/ASTReaderStmt.cpp
Log Message:
-----------
Remove setters from CXXTypeidExpr and CXXUuidofExpr.
We generally prefer to have the ASTReader directly set fields rather
than including public setter functions.
More information about the All-commits
mailing list