This revision was automatically updated to reflect the committed changes.
Closed by commit rG9ae4275557ca: [clang][NFC] Fix needless
double-parenthisation (authored by wingo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108359/new/
https://reviews
Anastasia accepted this revision.
Anastasia added a comment.
This revision is now accepted and ready to land.
LGTM! Thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108359/new/
https://reviews.llvm.org/D108359
_
wingo added a reviewer: Anastasia.
wingo added a comment.
Just a little thing I saw while reading code -- if no response in a couple
weeks I will just abandon the rev
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108359/new/
https://reviews.llvm.o
wingo added a reviewer: rsmith.
wingo added a comment.
Hi Richard, I am new to clang, having mostly worked on the WebAssembly target
in llvm proper -- I have a stack of patches, of which a couple later ones touch
Sema/. See https://lists.llvm.org/pipermail/cfe-dev/2021-July/068559.html for
bro
wingo created this revision.
wingo requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Strip a layer of parentheses in TreeTransform::RebuildQualifiedType.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D108359
Files:
clan