In working on p0388 (ary[N] -> ary[] conversion), I discovered neither use of UnwrapSimilarArrayTypes used the return value. So let's nuke it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D102480
[clang][NFC] remove unused return value ClosedPublic Authored by urnathan on May 14 2021, 4:39 AM.
Details
Summary In working on p0388 (ary[N] -> ary[] conversion), I discovered neither use of UnwrapSimilarArrayTypes used the return value. So let's nuke it.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 14 2021, 5:16 AM This revision was landed with ongoing or failed builds.May 14 2021, 5:27 AM Closed by commit rG0566f979619c: [clang][NFC] remove unused return value (authored by urnathan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 345408 clang/include/clang/AST/ASTContext.h
clang/lib/AST/ASTContext.cpp
|