[PATCH] D108359: [clang][NFC] Fix needless double-parenthisation

2021-09-21 Thread Andy Wingo via Phabricator via cfe-commits
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

[PATCH] D108359: [clang][NFC] Fix needless double-parenthisation

2021-09-21 Thread Anastasia Stulova via Phabricator via cfe-commits
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 _

[PATCH] D108359: [clang][NFC] Fix needless double-parenthisation

2021-09-20 Thread Andy Wingo via Phabricator via cfe-commits
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

[PATCH] D108359: [clang][NFC] Fix needless double-parenthisation

2021-08-19 Thread Andy Wingo via Phabricator via cfe-commits
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

[PATCH] D108359: [clang][NFC] Fix needless double-parenthisation

2021-08-19 Thread Andy Wingo via Phabricator via cfe-commits
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