OSDN Git Service

Adapt CastExpr::getSubExprAsWritten to ConstantExpr
authorStephan Bergmann <sbergman@redhat.com>
Wed, 2 Sep 2020 14:04:56 +0000 (16:04 +0200)
committerStephan Bergmann <sbergman@redhat.com>
Tue, 12 Jan 2021 08:41:03 +0000 (09:41 +0100)
commit215ed9b33ccbe9858aeb65b357bd1111cff354be
treeb56a3a6dd5429df5f44e966951dc5de565369b95
parent1cc5235712f2ed847f0b593714446d440e0596ba
Adapt CastExpr::getSubExprAsWritten to ConstantExpr

Differential Revision: https://reviews.llvm.org/D87030
clang/lib/AST/Expr.cpp
clang/unittests/Tooling/CastExprTest.cpp